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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6037",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6038,
    "results": [
        {
            "start": 873703734,
            "stop": 873703735
        },
        {
            "start": 873703736,
            "stop": 873703746
        },
        {
            "start": 873703747,
            "stop": 873703752
        },
        {
            "start": 873703753,
            "stop": 873703762
        },
        {
            "start": 873703763,
            "stop": 873703767
        },
        {
            "start": 873703768,
            "stop": 873703772
        },
        {
            "start": 873703774,
            "stop": 873703838
        },
        {
            "start": 873703840,
            "stop": 873705232
        },
        {
            "start": 873705233,
            "stop": 873705245
        },
        {
            "start": 873705246,
            "stop": 873705269
        },
        {
            "start": 873706807,
            "stop": 873707890
        },
        {
            "start": 873707891,
            "stop": 873707958
        },
        {
            "start": 873707959,
            "stop": 873708366
        },
        {
            "start": 873708368,
            "stop": 873708420
        },
        {
            "start": 873708480,
            "stop": 873708535
        },
        {
            "start": 873711097,
            "stop": 873711124
        },
        {
            "start": 873711127,
            "stop": 873711894
        },
        {
            "start": 873711897,
            "stop": 873711903
        },
        {
            "start": 873711910,
            "stop": 873711911
        },
        {
            "start": 873711915,
            "stop": 873711919
        }
    ]
}