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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=52",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 53,
    "results": [
        {
            "start": 821756768,
            "stop": 821757443
        },
        {
            "start": 821757445,
            "stop": 821757460
        },
        {
            "start": 821757462,
            "stop": 821758201
        },
        {
            "start": 821758204,
            "stop": 821758394
        },
        {
            "start": 821758396,
            "stop": 821758571
        },
        {
            "start": 821758575,
            "stop": 821759047
        },
        {
            "start": 821759049,
            "stop": 821759268
        },
        {
            "start": 821759270,
            "stop": 821759271
        },
        {
            "start": 821759272,
            "stop": 821759955
        },
        {
            "start": 821759956,
            "stop": 821760068
        },
        {
            "start": 821760070,
            "stop": 821760296
        },
        {
            "start": 821760299,
            "stop": 821760314
        },
        {
            "start": 821760316,
            "stop": 821760471
        },
        {
            "start": 821760473,
            "stop": 821760475
        },
        {
            "start": 821760477,
            "stop": 821760483
        },
        {
            "start": 821760485,
            "stop": 821760493
        },
        {
            "start": 821760495,
            "stop": 821760576
        },
        {
            "start": 821760578,
            "stop": 821760581
        },
        {
            "start": 821760583,
            "stop": 821760590
        },
        {
            "start": 821760591,
            "stop": 821760598
        }
    ]
}