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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=73",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 74,
    "results": [
        {
            "start": 819598478,
            "stop": 819598838
        },
        {
            "start": 819598983,
            "stop": 819599103
        },
        {
            "start": 819599438,
            "stop": 819599678
        },
        {
            "start": 819599831,
            "stop": 819600611
        },
        {
            "start": 819600821,
            "stop": 819600971
        },
        {
            "start": 819601134,
            "stop": 819602994
        },
        {
            "start": 819603174,
            "stop": 819603654
        },
        {
            "start": 819603999,
            "stop": 819604059
        },
        {
            "start": 819605633,
            "stop": 819610793
        },
        {
            "start": 819610967,
            "stop": 819611567
        },
        {
            "start": 819611742,
            "stop": 819612102
        },
        {
            "start": 819612265,
            "stop": 819613825
        },
        {
            "start": 819613980,
            "stop": 819614160
        },
        {
            "start": 819614313,
            "stop": 819614433
        },
        {
            "start": 819614576,
            "stop": 819616316
        },
        {
            "start": 819616470,
            "stop": 819616530
        },
        {
            "start": 819616708,
            "stop": 819617428
        },
        {
            "start": 819617578,
            "stop": 819618718
        },
        {
            "start": 819619838,
            "stop": 819619898
        },
        {
            "start": 819620050,
            "stop": 819621370
        }
    ]
}