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_H1L1/segments?format=api&page=181
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_H1L1/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=180",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 181,
    "results": [
        {
            "start": 826106005,
            "stop": 826106185
        },
        {
            "start": 826106352,
            "stop": 826106472
        },
        {
            "start": 826109653,
            "stop": 826109833
        },
        {
            "start": 826110006,
            "stop": 826110066
        },
        {
            "start": 826110506,
            "stop": 826110566
        },
        {
            "start": 826110844,
            "stop": 826110904
        },
        {
            "start": 826111057,
            "stop": 826111417
        },
        {
            "start": 826112318,
            "stop": 826112498
        },
        {
            "start": 826112643,
            "stop": 826113003
        },
        {
            "start": 826113209,
            "stop": 826113389
        },
        {
            "start": 826113599,
            "stop": 826113659
        },
        {
            "start": 826113933,
            "stop": 826114293
        },
        {
            "start": 826114496,
            "stop": 826114676
        },
        {
            "start": 826114822,
            "stop": 826114882
        },
        {
            "start": 826115098,
            "stop": 826115518
        },
        {
            "start": 826115821,
            "stop": 826115881
        },
        {
            "start": 826116308,
            "stop": 826116428
        },
        {
            "start": 826116650,
            "stop": 826116770
        },
        {
            "start": 826117198,
            "stop": 826117318
        },
        {
            "start": 826117525,
            "stop": 826117585
        }
    ]
}