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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=29",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 30,
    "results": [
        {
            "start": 819113960,
            "stop": 819129833
        },
        {
            "start": 819143934,
            "stop": 819144213
        },
        {
            "start": 819145392,
            "stop": 819148004
        },
        {
            "start": 819149430,
            "stop": 819150508
        },
        {
            "start": 819154713,
            "stop": 819185276
        },
        {
            "start": 819185596,
            "stop": 819186659
        },
        {
            "start": 819187535,
            "stop": 819188020
        },
        {
            "start": 819188420,
            "stop": 819191096
        },
        {
            "start": 819192071,
            "stop": 819201588
        },
        {
            "start": 819202297,
            "stop": 819203716
        },
        {
            "start": 819204778,
            "stop": 819210924
        },
        {
            "start": 819212032,
            "stop": 819216099
        },
        {
            "start": 819216977,
            "stop": 819226602
        },
        {
            "start": 819226922,
            "stop": 819227287
        },
        {
            "start": 819227687,
            "stop": 819228340
        },
        {
            "start": 819229819,
            "stop": 819238887
        },
        {
            "start": 819242168,
            "stop": 819251261
        },
        {
            "start": 819251667,
            "stop": 819269089
        },
        {
            "start": 819270651,
            "stop": 819294715
        },
        {
            "start": 819295551,
            "stop": 819299500
        }
    ]
}