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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=127",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 128,
    "results": [
        {
            "start": 821428512,
            "stop": 821428752
        },
        {
            "start": 821428947,
            "stop": 821430927
        },
        {
            "start": 821431091,
            "stop": 821431151
        },
        {
            "start": 821431315,
            "stop": 821431435
        },
        {
            "start": 821431826,
            "stop": 821432246
        },
        {
            "start": 821432386,
            "stop": 821432806
        },
        {
            "start": 821433714,
            "stop": 821434074
        },
        {
            "start": 821434164,
            "stop": 821435214
        },
        {
            "start": 821435380,
            "stop": 821435620
        },
        {
            "start": 821435834,
            "stop": 821436794
        },
        {
            "start": 821436964,
            "stop": 821437264
        },
        {
            "start": 821437434,
            "stop": 821437854
        },
        {
            "start": 821438105,
            "stop": 821438285
        },
        {
            "start": 821438466,
            "stop": 821438886
        },
        {
            "start": 821439036,
            "stop": 821439096
        },
        {
            "start": 821439259,
            "stop": 821439979
        },
        {
            "start": 821440137,
            "stop": 821442777
        },
        {
            "start": 821442919,
            "stop": 821443699
        },
        {
            "start": 821443843,
            "stop": 821445043
        },
        {
            "start": 821448208,
            "stop": 821448388
        }
    ]
}