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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=322",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 323,
    "results": [
        {
            "start": 823333322,
            "stop": 823333394
        },
        {
            "start": 823333409,
            "stop": 823333415
        },
        {
            "start": 823333420,
            "stop": 823333432
        },
        {
            "start": 823333440,
            "stop": 823333467
        },
        {
            "start": 823333475,
            "stop": 823333503
        },
        {
            "start": 823333512,
            "stop": 823333630
        },
        {
            "start": 823333635,
            "stop": 823333866
        },
        {
            "start": 823336796,
            "stop": 823336858
        },
        {
            "start": 823336865,
            "stop": 823336878
        },
        {
            "start": 823336883,
            "stop": 823336920
        },
        {
            "start": 823336926,
            "stop": 823337001
        },
        {
            "start": 823337006,
            "stop": 823337065
        },
        {
            "start": 823337070,
            "stop": 823337077
        },
        {
            "start": 823337086,
            "stop": 823337106
        },
        {
            "start": 823337114,
            "stop": 823337130
        },
        {
            "start": 823337144,
            "stop": 823337337
        },
        {
            "start": 823337350,
            "stop": 823337996
        },
        {
            "start": 823338002,
            "stop": 823338128
        },
        {
            "start": 823338134,
            "stop": 823338367
        },
        {
            "start": 823338374,
            "stop": 823338430
        }
    ]
}