Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=35
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=34",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 35,
    "results": [
        {
            "start": 816367996,
            "stop": 816368089
        },
        {
            "start": 816368097,
            "stop": 816368110
        },
        {
            "start": 816368114,
            "stop": 816368118
        },
        {
            "start": 816368126,
            "stop": 816368128
        },
        {
            "start": 816368133,
            "stop": 816368148
        },
        {
            "start": 816368158,
            "stop": 816368161
        },
        {
            "start": 816369733,
            "stop": 816369774
        },
        {
            "start": 816369786,
            "stop": 816369806
        },
        {
            "start": 816369814,
            "stop": 816369880
        },
        {
            "start": 816369886,
            "stop": 816369930
        },
        {
            "start": 816369933,
            "stop": 816369938
        },
        {
            "start": 816369946,
            "stop": 816369970
        },
        {
            "start": 816369974,
            "stop": 816370049
        },
        {
            "start": 816370057,
            "stop": 816370059
        },
        {
            "start": 816370066,
            "stop": 816370141
        },
        {
            "start": 816370146,
            "stop": 816370211
        },
        {
            "start": 816370215,
            "stop": 816370230
        },
        {
            "start": 816370238,
            "stop": 816370239
        },
        {
            "start": 816370250,
            "stop": 816370289
        },
        {
            "start": 816370298,
            "stop": 816370301
        }
    ]
}