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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=33",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 34,
    "results": [
        {
            "start": 820493632,
            "stop": 820497120
        },
        {
            "start": 820497152,
            "stop": 820500704
        },
        {
            "start": 820500736,
            "stop": 820507552
        },
        {
            "start": 820507584,
            "stop": 820510432
        },
        {
            "start": 820510464,
            "stop": 820511616
        },
        {
            "start": 820511648,
            "stop": 820516192
        },
        {
            "start": 820516224,
            "stop": 820518133
        },
        {
            "start": 820518451,
            "stop": 820523232
        },
        {
            "start": 820523680,
            "stop": 820523833
        },
        {
            "start": 820524743,
            "stop": 820531328
        },
        {
            "start": 820531360,
            "stop": 820534016
        },
        {
            "start": 820534048,
            "stop": 820539373
        },
        {
            "start": 820540066,
            "stop": 820541005
        },
        {
            "start": 820541008,
            "stop": 820541016
        },
        {
            "start": 820541019,
            "stop": 820541034
        },
        {
            "start": 820541037,
            "stop": 820541047
        },
        {
            "start": 820541050,
            "stop": 820544831
        },
        {
            "start": 820545542,
            "stop": 820547872
        },
        {
            "start": 820547904,
            "stop": 820554526
        },
        {
            "start": 820555144,
            "stop": 820573760
        }
    ]
}