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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7237",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7238,
    "results": [
        {
            "start": 874815209,
            "stop": 874815487
        },
        {
            "start": 874815488,
            "stop": 874815974
        },
        {
            "start": 874815975,
            "stop": 874816067
        },
        {
            "start": 874816069,
            "stop": 874816372
        },
        {
            "start": 874816373,
            "stop": 874816466
        },
        {
            "start": 874816467,
            "stop": 874816743
        },
        {
            "start": 874816744,
            "stop": 874816808
        },
        {
            "start": 874816809,
            "stop": 874817128
        },
        {
            "start": 874817129,
            "stop": 874817180
        },
        {
            "start": 874817181,
            "stop": 874817323
        },
        {
            "start": 874819487,
            "stop": 874819778
        },
        {
            "start": 874819779,
            "stop": 874820178
        },
        {
            "start": 874820179,
            "stop": 874820338
        },
        {
            "start": 874820339,
            "stop": 874821149
        },
        {
            "start": 874821151,
            "stop": 874821813
        },
        {
            "start": 874821814,
            "stop": 874821969
        },
        {
            "start": 874821970,
            "stop": 874822033
        },
        {
            "start": 874822034,
            "stop": 874822889
        },
        {
            "start": 874822891,
            "stop": 874823414
        },
        {
            "start": 874823415,
            "stop": 874823618
        }
    ]
}