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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9970",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9971,
    "results": [
        {
            "start": 871926660,
            "stop": 871926663
        },
        {
            "start": 871926699,
            "stop": 871926840
        },
        {
            "start": 871926960,
            "stop": 871926972
        },
        {
            "start": 871927006,
            "stop": 871927018
        },
        {
            "start": 871927053,
            "stop": 871927140
        },
        {
            "start": 871927200,
            "stop": 871927260
        },
        {
            "start": 871927380,
            "stop": 871927517
        },
        {
            "start": 871927553,
            "stop": 871927680
        },
        {
            "start": 871927920,
            "stop": 871928040
        },
        {
            "start": 871928100,
            "stop": 871928460
        },
        {
            "start": 871928520,
            "stop": 871928735
        },
        {
            "start": 871928743,
            "stop": 871928760
        },
        {
            "start": 871928820,
            "stop": 871929180
        },
        {
            "start": 871929360,
            "stop": 871929420
        },
        {
            "start": 871929480,
            "stop": 871929900
        },
        {
            "start": 871930260,
            "stop": 871930380
        },
        {
            "start": 871930500,
            "stop": 871930708
        },
        {
            "start": 871930715,
            "stop": 871930740
        },
        {
            "start": 871930800,
            "stop": 871930920
        },
        {
            "start": 871931040,
            "stop": 871931122
        }
    ]
}