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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4533",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4531",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4532,
    "results": [
        {
            "start": 968610217,
            "stop": 968611455
        },
        {
            "start": 968611459,
            "stop": 968611468
        },
        {
            "start": 968611471,
            "stop": 968611539
        },
        {
            "start": 968611542,
            "stop": 968611552
        },
        {
            "start": 968611555,
            "stop": 968611556
        },
        {
            "start": 968611560,
            "stop": 968611576
        },
        {
            "start": 968611580,
            "stop": 968611583
        },
        {
            "start": 968611586,
            "stop": 968611602
        },
        {
            "start": 968611606,
            "stop": 968611610
        },
        {
            "start": 968611613,
            "stop": 968611626
        },
        {
            "start": 968611629,
            "stop": 968611630
        },
        {
            "start": 968611634,
            "stop": 968611638
        },
        {
            "start": 968611641,
            "stop": 968611676
        },
        {
            "start": 968611679,
            "stop": 968611838
        },
        {
            "start": 968611898,
            "stop": 968612993
        },
        {
            "start": 968612996,
            "stop": 968613109
        },
        {
            "start": 968613112,
            "stop": 968613651
        },
        {
            "start": 968613654,
            "stop": 968614128
        },
        {
            "start": 968614131,
            "stop": 968614176
        },
        {
            "start": 968614179,
            "stop": 968614190
        }
    ]
}