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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=111",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 112,
    "results": [
        {
            "start": 820912749,
            "stop": 820913049
        },
        {
            "start": 820913276,
            "stop": 820913396
        },
        {
            "start": 820913596,
            "stop": 820913836
        },
        {
            "start": 820915144,
            "stop": 820915264
        },
        {
            "start": 820915774,
            "stop": 820915834
        },
        {
            "start": 820915980,
            "stop": 820916220
        },
        {
            "start": 820916582,
            "stop": 820917002
        },
        {
            "start": 820917160,
            "stop": 820917940
        },
        {
            "start": 820918098,
            "stop": 820918518
        },
        {
            "start": 820918663,
            "stop": 820919023
        },
        {
            "start": 820919167,
            "stop": 820919407
        },
        {
            "start": 820919570,
            "stop": 820920170
        },
        {
            "start": 820921092,
            "stop": 820921572
        },
        {
            "start": 820921758,
            "stop": 820921878
        },
        {
            "start": 820921998,
            "stop": 820922058
        },
        {
            "start": 820922088,
            "stop": 820922538
        },
        {
            "start": 820922684,
            "stop": 820923104
        },
        {
            "start": 820923793,
            "stop": 820923853
        },
        {
            "start": 820924261,
            "stop": 820924321
        },
        {
            "start": 820924478,
            "stop": 820924538
        }
    ]
}