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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=73",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 74,
    "results": [
        {
            "start": 816258179,
            "stop": 816258563
        },
        {
            "start": 816258566,
            "stop": 816258646
        },
        {
            "start": 816258649,
            "stop": 816259421
        },
        {
            "start": 816259424,
            "stop": 816259596
        },
        {
            "start": 816259599,
            "stop": 816259611
        },
        {
            "start": 816259615,
            "stop": 816259911
        },
        {
            "start": 816259914,
            "stop": 816260047
        },
        {
            "start": 816260050,
            "stop": 816260332
        },
        {
            "start": 816260335,
            "stop": 816260971
        },
        {
            "start": 816260976,
            "stop": 816261256
        },
        {
            "start": 816261259,
            "stop": 816261526
        },
        {
            "start": 816261529,
            "stop": 816261974
        },
        {
            "start": 816261977,
            "stop": 816262428
        },
        {
            "start": 816262431,
            "stop": 816262464
        },
        {
            "start": 816262496,
            "stop": 816262811
        },
        {
            "start": 816262814,
            "stop": 816263458
        },
        {
            "start": 816263461,
            "stop": 816263492
        },
        {
            "start": 816263495,
            "stop": 816263705
        },
        {
            "start": 816263709,
            "stop": 816263726
        },
        {
            "start": 816263729,
            "stop": 816263816
        }
    ]
}