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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46880",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46878",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46879,
    "results": [
        {
            "start": 875149752,
            "stop": 875149794
        },
        {
            "start": 875149795,
            "stop": 875149812
        },
        {
            "start": 875149813,
            "stop": 875149826
        },
        {
            "start": 875149827,
            "stop": 875149921
        },
        {
            "start": 875149922,
            "stop": 875149947
        },
        {
            "start": 875149948,
            "stop": 875150005
        },
        {
            "start": 875150006,
            "stop": 875150037
        },
        {
            "start": 875150038,
            "stop": 875150046
        },
        {
            "start": 875150048,
            "stop": 875150103
        },
        {
            "start": 875150104,
            "stop": 875150155
        },
        {
            "start": 875150156,
            "stop": 875150160
        },
        {
            "start": 875150162,
            "stop": 875150165
        },
        {
            "start": 875150169,
            "stop": 875150279
        },
        {
            "start": 875150280,
            "stop": 875150391
        },
        {
            "start": 875150393,
            "stop": 875150400
        },
        {
            "start": 875150402,
            "stop": 875150407
        },
        {
            "start": 875150411,
            "stop": 875150445
        },
        {
            "start": 875150448,
            "stop": 875150465
        },
        {
            "start": 875150466,
            "stop": 875150518
        },
        {
            "start": 875150519,
            "stop": 875150530
        }
    ]
}