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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3723",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3724,
    "results": [
        {
            "start": 873436080,
            "stop": 873436439
        },
        {
            "start": 873436549,
            "stop": 873436623
        },
        {
            "start": 873436923,
            "stop": 873438592
        },
        {
            "start": 873438609,
            "stop": 873440575
        },
        {
            "start": 873440592,
            "stop": 873442715
        },
        {
            "start": 873442732,
            "stop": 873442877
        },
        {
            "start": 873442894,
            "stop": 873443896
        },
        {
            "start": 873443913,
            "stop": 873447651
        },
        {
            "start": 873447668,
            "stop": 873449400
        },
        {
            "start": 873449460,
            "stop": 873451614
        },
        {
            "start": 873451631,
            "stop": 873451924
        },
        {
            "start": 873451941,
            "stop": 873452460
        },
        {
            "start": 873452520,
            "stop": 873455352
        },
        {
            "start": 873455369,
            "stop": 873457815
        },
        {
            "start": 873457832,
            "stop": 873458496
        },
        {
            "start": 873458514,
            "stop": 873461739
        },
        {
            "start": 873461761,
            "stop": 873465540
        },
        {
            "start": 873465660,
            "stop": 873467561
        },
        {
            "start": 873467578,
            "stop": 873468824
        },
        {
            "start": 873468841,
            "stop": 873469897
        }
    ]
}