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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=783",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 784,
    "results": [
        {
            "start": 872300654,
            "stop": 872304692
        },
        {
            "start": 872305448,
            "stop": 872315332
        },
        {
            "start": 872316261,
            "stop": 872331557
        },
        {
            "start": 872332687,
            "stop": 872345449
        },
        {
            "start": 872347768,
            "stop": 872348306
        },
        {
            "start": 872366580,
            "stop": 872367539
        },
        {
            "start": 872369094,
            "stop": 872373244
        },
        {
            "start": 872375969,
            "stop": 872419732
        },
        {
            "start": 872422289,
            "stop": 872442778
        },
        {
            "start": 872444062,
            "stop": 872461174
        },
        {
            "start": 872463044,
            "stop": 872515401
        },
        {
            "start": 872516644,
            "stop": 872516887
        },
        {
            "start": 872517825,
            "stop": 872534380
        },
        {
            "start": 872534700,
            "stop": 872535440
        },
        {
            "start": 872535441,
            "stop": 872538682
        },
        {
            "start": 872539556,
            "stop": 872564359
        },
        {
            "start": 872565002,
            "stop": 872568518
        },
        {
            "start": 872568519,
            "stop": 872568823
        },
        {
            "start": 872568825,
            "stop": 872569204
        },
        {
            "start": 872569206,
            "stop": 872569933
        }
    ]
}