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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=55",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 56,
    "results": [
        {
            "start": 822609853,
            "stop": 822610213
        },
        {
            "start": 822611017,
            "stop": 822614656
        },
        {
            "start": 822614688,
            "stop": 822632833
        },
        {
            "start": 822635811,
            "stop": 822635888
        },
        {
            "start": 822635892,
            "stop": 822636058
        },
        {
            "start": 822636828,
            "stop": 822637043
        },
        {
            "start": 822637047,
            "stop": 822638533
        },
        {
            "start": 822639828,
            "stop": 822641689
        },
        {
            "start": 822641692,
            "stop": 822641920
        },
        {
            "start": 822641952,
            "stop": 822643904
        },
        {
            "start": 822643936,
            "stop": 822644473
        },
        {
            "start": 822644512,
            "stop": 822644513
        },
        {
            "start": 822644614,
            "stop": 822646633
        },
        {
            "start": 822646761,
            "stop": 822647904
        },
        {
            "start": 822647936,
            "stop": 822651013
        },
        {
            "start": 822652251,
            "stop": 822654112
        },
        {
            "start": 822654660,
            "stop": 822664693
        },
        {
            "start": 822665724,
            "stop": 822666410
        },
        {
            "start": 822666413,
            "stop": 822666560
        },
        {
            "start": 822666592,
            "stop": 822666844
        }
    ]
}