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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=38",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 39,
    "results": [
        {
            "start": 819067935,
            "stop": 819068931
        },
        {
            "start": 819068933,
            "stop": 819075473
        },
        {
            "start": 819076022,
            "stop": 819076997
        },
        {
            "start": 819077717,
            "stop": 819093845
        },
        {
            "start": 819094946,
            "stop": 819097027
        },
        {
            "start": 819097029,
            "stop": 819113450
        },
        {
            "start": 819113960,
            "stop": 819129833
        },
        {
            "start": 819143934,
            "stop": 819144213
        },
        {
            "start": 819145392,
            "stop": 819148004
        },
        {
            "start": 819149430,
            "stop": 819150508
        },
        {
            "start": 819154713,
            "stop": 819160195
        },
        {
            "start": 819160197,
            "stop": 819179757
        },
        {
            "start": 819179758,
            "stop": 819183349
        },
        {
            "start": 819183350,
            "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
        }
    ]
}