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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=179",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 180,
    "results": [
        {
            "start": 825661787,
            "stop": 825661847
        },
        {
            "start": 825662024,
            "stop": 825662204
        },
        {
            "start": 825662368,
            "stop": 825662668
        },
        {
            "start": 825662877,
            "stop": 825663297
        },
        {
            "start": 825663514,
            "stop": 825663814
        },
        {
            "start": 825663964,
            "stop": 825664024
        },
        {
            "start": 825664184,
            "stop": 825665084
        },
        {
            "start": 825665414,
            "stop": 825666014
        },
        {
            "start": 825666367,
            "stop": 825666427
        },
        {
            "start": 825667247,
            "stop": 825667427
        },
        {
            "start": 825668286,
            "stop": 825668586
        },
        {
            "start": 825668823,
            "stop": 825669363
        },
        {
            "start": 825669700,
            "stop": 825669760
        },
        {
            "start": 825669945,
            "stop": 825670005
        },
        {
            "start": 825670348,
            "stop": 825670468
        },
        {
            "start": 825670610,
            "stop": 825670790
        },
        {
            "start": 825671045,
            "stop": 825671285
        },
        {
            "start": 825671419,
            "stop": 825671959
        },
        {
            "start": 825672106,
            "stop": 825672826
        },
        {
            "start": 825672976,
            "stop": 825673096
        }
    ]
}