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=2378
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=2379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2377",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2378,
    "results": [
        {
            "start": 875053749,
            "stop": 875053764
        },
        {
            "start": 875053784,
            "stop": 875053797
        },
        {
            "start": 875053859,
            "stop": 875054403
        },
        {
            "start": 875054422,
            "stop": 875054428
        },
        {
            "start": 875054447,
            "stop": 875054507
        },
        {
            "start": 875054526,
            "stop": 875054762
        },
        {
            "start": 875054783,
            "stop": 875054907
        },
        {
            "start": 875054940,
            "stop": 875055163
        },
        {
            "start": 875055182,
            "stop": 875055444
        },
        {
            "start": 875055463,
            "stop": 875055483
        },
        {
            "start": 875055502,
            "stop": 875056121
        },
        {
            "start": 875056140,
            "stop": 875056198
        },
        {
            "start": 875056219,
            "stop": 875056359
        },
        {
            "start": 875056383,
            "stop": 875061244
        },
        {
            "start": 875061320,
            "stop": 875062736
        },
        {
            "start": 875062755,
            "stop": 875062990
        },
        {
            "start": 875063009,
            "stop": 875064625
        },
        {
            "start": 875064645,
            "stop": 875064652
        },
        {
            "start": 875064671,
            "stop": 875064672
        },
        {
            "start": 875064691,
            "stop": 875064725
        }
    ]
}