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_CBCLOW_CAT2/segments?format=api&page=325
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=324",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 325,
    "results": [
        {
            "start": 823342188,
            "stop": 823342535
        },
        {
            "start": 823342612,
            "stop": 823343244
        },
        {
            "start": 823343253,
            "stop": 823344106
        },
        {
            "start": 823344111,
            "stop": 823344150
        },
        {
            "start": 823344155,
            "stop": 823344237
        },
        {
            "start": 823344242,
            "stop": 823344986
        },
        {
            "start": 823344992,
            "stop": 823345974
        },
        {
            "start": 823345979,
            "stop": 823346010
        },
        {
            "start": 823346015,
            "stop": 823346105
        },
        {
            "start": 823347844,
            "stop": 823348517
        },
        {
            "start": 823348592,
            "stop": 823348688
        },
        {
            "start": 823348756,
            "stop": 823349289
        },
        {
            "start": 823349294,
            "stop": 823350277
        },
        {
            "start": 823350348,
            "stop": 823351239
        },
        {
            "start": 823351354,
            "stop": 823352218
        },
        {
            "start": 823352223,
            "stop": 823352420
        },
        {
            "start": 823352425,
            "stop": 823353405
        },
        {
            "start": 823353413,
            "stop": 823353424
        },
        {
            "start": 823354215,
            "stop": 823354313
        },
        {
            "start": 823398198,
            "stop": 823399580
        }
    ]
}