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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3743",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3741",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3742,
    "results": [
        {
            "start": 971405894,
            "stop": 971407369
        },
        {
            "start": 971407373,
            "stop": 971407386
        },
        {
            "start": 971407389,
            "stop": 971407695
        },
        {
            "start": 971407698,
            "stop": 971407761
        },
        {
            "start": 971407762,
            "stop": 971408433
        },
        {
            "start": 971408436,
            "stop": 971408770
        },
        {
            "start": 971408773,
            "stop": 971408936
        },
        {
            "start": 971408939,
            "stop": 971409235
        },
        {
            "start": 971409238,
            "stop": 971409603
        },
        {
            "start": 971409607,
            "stop": 971410044
        },
        {
            "start": 971410045,
            "stop": 971410919
        },
        {
            "start": 971410922,
            "stop": 971411095
        },
        {
            "start": 971411098,
            "stop": 971412683
        },
        {
            "start": 971412686,
            "stop": 971412709
        },
        {
            "start": 971412710,
            "stop": 971413127
        },
        {
            "start": 971413129,
            "stop": 971413173
        },
        {
            "start": 971413176,
            "stop": 971413959
        },
        {
            "start": 971413962,
            "stop": 971414892
        },
        {
            "start": 971414895,
            "stop": 971415672
        },
        {
            "start": 971415673,
            "stop": 971417594
        }
    ]
}