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/H2_STOCH_CAT1/segments?format=api&page=45
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=44",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 45,
    "results": [
        {
            "start": 821691959,
            "stop": 821692408
        },
        {
            "start": 821692411,
            "stop": 821692413
        },
        {
            "start": 821692416,
            "stop": 821693985
        },
        {
            "start": 821693988,
            "stop": 821713088
        },
        {
            "start": 821713568,
            "stop": 821713600
        },
        {
            "start": 821756512,
            "stop": 821756514
        },
        {
            "start": 821757024,
            "stop": 821757442
        },
        {
            "start": 821757445,
            "stop": 821757459
        },
        {
            "start": 821757462,
            "stop": 821758200
        },
        {
            "start": 821758204,
            "stop": 821758393
        },
        {
            "start": 821758396,
            "stop": 821758570
        },
        {
            "start": 821758575,
            "stop": 821759046
        },
        {
            "start": 821759049,
            "stop": 821759267
        },
        {
            "start": 821759272,
            "stop": 821759953
        },
        {
            "start": 821759956,
            "stop": 821760067
        },
        {
            "start": 821760070,
            "stop": 821760295
        },
        {
            "start": 821760299,
            "stop": 821760313
        },
        {
            "start": 821760316,
            "stop": 821760470
        },
        {
            "start": 821760473,
            "stop": 821760474
        },
        {
            "start": 821760477,
            "stop": 821760482
        }
    ]
}