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=914
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=915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=913",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 914,
    "results": [
        {
            "start": 865078836,
            "stop": 865078896
        },
        {
            "start": 865116677,
            "stop": 865119077
        },
        {
            "start": 865119227,
            "stop": 865120157
        },
        {
            "start": 865120428,
            "stop": 865121028
        },
        {
            "start": 865121188,
            "stop": 865122118
        },
        {
            "start": 865122268,
            "stop": 865124908
        },
        {
            "start": 865125466,
            "stop": 865125916
        },
        {
            "start": 865126066,
            "stop": 865130146
        },
        {
            "start": 865130615,
            "stop": 865131515
        },
        {
            "start": 865131665,
            "stop": 865133645
        },
        {
            "start": 865133979,
            "stop": 865136469
        },
        {
            "start": 865136619,
            "stop": 865137459
        },
        {
            "start": 865137672,
            "stop": 865140462
        },
        {
            "start": 865140612,
            "stop": 865141572
        },
        {
            "start": 865141722,
            "stop": 865143612
        },
        {
            "start": 865143781,
            "stop": 865146361
        },
        {
            "start": 865146642,
            "stop": 865150242
        },
        {
            "start": 865153008,
            "stop": 865154358
        },
        {
            "start": 865154508,
            "stop": 865157808
        },
        {
            "start": 865157958,
            "stop": 865161318
        }
    ]
}