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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=110",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 111,
    "results": [
        {
            "start": 820899507,
            "stop": 820899567
        },
        {
            "start": 820900147,
            "stop": 820900207
        },
        {
            "start": 820900613,
            "stop": 820900793
        },
        {
            "start": 820900976,
            "stop": 820901036
        },
        {
            "start": 820901553,
            "stop": 820901673
        },
        {
            "start": 820902664,
            "stop": 820902754
        },
        {
            "start": 820903402,
            "stop": 820903822
        },
        {
            "start": 820904154,
            "stop": 820904214
        },
        {
            "start": 820905346,
            "stop": 820905466
        },
        {
            "start": 820905626,
            "stop": 820905866
        },
        {
            "start": 820907340,
            "stop": 820907640
        },
        {
            "start": 820907807,
            "stop": 820907867
        },
        {
            "start": 820908234,
            "stop": 820908414
        },
        {
            "start": 820908575,
            "stop": 820908755
        },
        {
            "start": 820908999,
            "stop": 820909239
        },
        {
            "start": 820909420,
            "stop": 820909540
        },
        {
            "start": 820909890,
            "stop": 820910310
        },
        {
            "start": 820910466,
            "stop": 820910586
        },
        {
            "start": 820910796,
            "stop": 820910916
        },
        {
            "start": 820911652,
            "stop": 820911772
        }
    ]
}