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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=253",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 254,
    "results": [
        {
            "start": 829055473,
            "stop": 829057333
        },
        {
            "start": 829131516,
            "stop": 829132836
        },
        {
            "start": 829132967,
            "stop": 829134767
        },
        {
            "start": 829134919,
            "stop": 829136359
        },
        {
            "start": 829137737,
            "stop": 829138757
        },
        {
            "start": 829138911,
            "stop": 829139031
        },
        {
            "start": 829139391,
            "stop": 829139571
        },
        {
            "start": 829139828,
            "stop": 829139948
        },
        {
            "start": 829140698,
            "stop": 829141118
        },
        {
            "start": 829141392,
            "stop": 829142832
        },
        {
            "start": 829143103,
            "stop": 829143343
        },
        {
            "start": 829143631,
            "stop": 829143991
        },
        {
            "start": 829144178,
            "stop": 829144358
        },
        {
            "start": 829145933,
            "stop": 829146293
        },
        {
            "start": 829146425,
            "stop": 829147085
        },
        {
            "start": 829147226,
            "stop": 829147646
        },
        {
            "start": 829149089,
            "stop": 829149149
        },
        {
            "start": 829149966,
            "stop": 829150026
        },
        {
            "start": 829150744,
            "stop": 829150804
        },
        {
            "start": 829153610,
            "stop": 829153790
        }
    ]
}