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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=74",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 75,
    "results": [
        {
            "start": 816482802,
            "stop": 816482806
        },
        {
            "start": 816482813,
            "stop": 816482861
        },
        {
            "start": 816482865,
            "stop": 816482866
        },
        {
            "start": 816482873,
            "stop": 816482874
        },
        {
            "start": 816482879,
            "stop": 816482881
        },
        {
            "start": 816482887,
            "stop": 816482889
        },
        {
            "start": 816482895,
            "stop": 816482896
        },
        {
            "start": 816482900,
            "stop": 816482904
        },
        {
            "start": 816482907,
            "stop": 816483038
        },
        {
            "start": 816483058,
            "stop": 816483060
        },
        {
            "start": 816483064,
            "stop": 816483075
        },
        {
            "start": 816483080,
            "stop": 816483083
        },
        {
            "start": 816483087,
            "stop": 816483092
        },
        {
            "start": 816483096,
            "stop": 816483117
        },
        {
            "start": 816483121,
            "stop": 816483258
        },
        {
            "start": 816483263,
            "stop": 816483266
        },
        {
            "start": 816483271,
            "stop": 816483281
        },
        {
            "start": 816483285,
            "stop": 816483312
        },
        {
            "start": 816483316,
            "stop": 816483346
        },
        {
            "start": 816483350,
            "stop": 816483362
        }
    ]
}