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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=311",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 312,
    "results": [
        {
            "start": 866950597,
            "stop": 866950654
        },
        {
            "start": 866950963,
            "stop": 866951286
        },
        {
            "start": 866951586,
            "stop": 866952557
        },
        {
            "start": 866952857,
            "stop": 866953252
        },
        {
            "start": 866953552,
            "stop": 866953629
        },
        {
            "start": 866954279,
            "stop": 866954677
        },
        {
            "start": 866954977,
            "stop": 866955449
        },
        {
            "start": 866955761,
            "stop": 866956083
        },
        {
            "start": 866956383,
            "stop": 866956452
        },
        {
            "start": 866957321,
            "stop": 866958158
        },
        {
            "start": 866958975,
            "stop": 866961540
        },
        {
            "start": 866962014,
            "stop": 866965867
        },
        {
            "start": 866966277,
            "stop": 866989890
        },
        {
            "start": 866990000,
            "stop": 866990177
        },
        {
            "start": 866990179,
            "stop": 866997967
        },
        {
            "start": 866998267,
            "stop": 866999725
        },
        {
            "start": 867007116,
            "stop": 867007895
        },
        {
            "start": 867008195,
            "stop": 867008199
        },
        {
            "start": 867008309,
            "stop": 867008449
        },
        {
            "start": 867008749,
            "stop": 867008896
        }
    ]
}