Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2376
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=2377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2375",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2376,
    "results": [
        {
            "start": 875012114,
            "stop": 875012117
        },
        {
            "start": 875012195,
            "stop": 875012199
        },
        {
            "start": 875012227,
            "stop": 875012229
        },
        {
            "start": 875012512,
            "stop": 875012516
        },
        {
            "start": 875012535,
            "stop": 875012558
        },
        {
            "start": 875012710,
            "stop": 875012718
        },
        {
            "start": 875012737,
            "stop": 875012760
        },
        {
            "start": 875012779,
            "stop": 875012782
        },
        {
            "start": 875012814,
            "stop": 875012822
        },
        {
            "start": 875012855,
            "stop": 875013089
        },
        {
            "start": 875013108,
            "stop": 875013167
        },
        {
            "start": 875013186,
            "stop": 875015193
        },
        {
            "start": 875021653,
            "stop": 875023104
        },
        {
            "start": 875036247,
            "stop": 875042581
        },
        {
            "start": 875042612,
            "stop": 875042708
        },
        {
            "start": 875043985,
            "stop": 875044505
        },
        {
            "start": 875044524,
            "stop": 875046251
        },
        {
            "start": 875046281,
            "stop": 875046364
        },
        {
            "start": 875046383,
            "stop": 875046399
        },
        {
            "start": 875046419,
            "stop": 875046428
        }
    ]
}