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=4560
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=4561",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4559",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4560,
    "results": [
        {
            "start": 968796815,
            "stop": 968797284
        },
        {
            "start": 968797287,
            "stop": 968797906
        },
        {
            "start": 968797909,
            "stop": 968798616
        },
        {
            "start": 968798619,
            "stop": 968800768
        },
        {
            "start": 968800771,
            "stop": 968800993
        },
        {
            "start": 968800996,
            "stop": 968801254
        },
        {
            "start": 968801258,
            "stop": 968801408
        },
        {
            "start": 968801411,
            "stop": 968801463
        },
        {
            "start": 968801492,
            "stop": 968801612
        },
        {
            "start": 968801615,
            "stop": 968801915
        },
        {
            "start": 968801920,
            "stop": 968802114
        },
        {
            "start": 968802117,
            "stop": 968802283
        },
        {
            "start": 968802286,
            "stop": 968802358
        },
        {
            "start": 968802361,
            "stop": 968802631
        },
        {
            "start": 968802634,
            "stop": 968802704
        },
        {
            "start": 968802707,
            "stop": 968802937
        },
        {
            "start": 968802940,
            "stop": 968803519
        },
        {
            "start": 968803522,
            "stop": 968803620
        },
        {
            "start": 968803623,
            "stop": 968803958
        },
        {
            "start": 968805946,
            "stop": 968806522
        }
    ]
}