Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=948
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=947",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 948,
    "results": [
        {
            "start": 867254499,
            "stop": 867256179
        },
        {
            "start": 867256369,
            "stop": 867256639
        },
        {
            "start": 867256789,
            "stop": 867258859
        },
        {
            "start": 867259078,
            "stop": 867260008
        },
        {
            "start": 867260158,
            "stop": 867266638
        },
        {
            "start": 867273560,
            "stop": 867275960
        },
        {
            "start": 867276124,
            "stop": 867276964
        },
        {
            "start": 867277492,
            "stop": 867278152
        },
        {
            "start": 867279365,
            "stop": 867279665
        },
        {
            "start": 867279815,
            "stop": 867279875
        },
        {
            "start": 867279965,
            "stop": 867282005
        },
        {
            "start": 867282285,
            "stop": 867285525
        },
        {
            "start": 867285645,
            "stop": 867285705
        },
        {
            "start": 867285735,
            "stop": 867287385
        },
        {
            "start": 867287535,
            "stop": 867291105
        },
        {
            "start": 867291333,
            "stop": 867292233
        },
        {
            "start": 867292413,
            "stop": 867298893
        },
        {
            "start": 867300179,
            "stop": 867305309
        },
        {
            "start": 867305459,
            "stop": 867308099
        },
        {
            "start": 867309498,
            "stop": 867313698
        }
    ]
}