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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5835",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5836,
    "results": [
        {
            "start": 874727884,
            "stop": 874727998
        },
        {
            "start": 874728002,
            "stop": 874728031
        },
        {
            "start": 874728034,
            "stop": 874728146
        },
        {
            "start": 874728149,
            "stop": 874728151
        },
        {
            "start": 874728155,
            "stop": 874728244
        },
        {
            "start": 874728247,
            "stop": 874728422
        },
        {
            "start": 874728425,
            "stop": 874728442
        },
        {
            "start": 874728445,
            "stop": 874728544
        },
        {
            "start": 874728547,
            "stop": 874728594
        },
        {
            "start": 874728597,
            "stop": 874728735
        },
        {
            "start": 874728739,
            "stop": 874728789
        },
        {
            "start": 874728793,
            "stop": 874728910
        },
        {
            "start": 874728914,
            "stop": 874729021
        },
        {
            "start": 874729025,
            "stop": 874729242
        },
        {
            "start": 874729245,
            "stop": 874729277
        },
        {
            "start": 874729280,
            "stop": 874729284
        },
        {
            "start": 874729287,
            "stop": 874729617
        },
        {
            "start": 874729620,
            "stop": 874729649
        },
        {
            "start": 874729653,
            "stop": 874729830
        },
        {
            "start": 874729833,
            "stop": 874729863
        }
    ]
}