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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=86",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 87,
    "results": [
        {
            "start": 823776291,
            "stop": 823776421
        },
        {
            "start": 823776423,
            "stop": 823776691
        },
        {
            "start": 823776693,
            "stop": 823777855
        },
        {
            "start": 823777857,
            "stop": 823778597
        },
        {
            "start": 823778704,
            "stop": 823778945
        },
        {
            "start": 823779024,
            "stop": 823779436
        },
        {
            "start": 823779505,
            "stop": 823779746
        },
        {
            "start": 823779927,
            "stop": 823785191
        },
        {
            "start": 823785193,
            "stop": 823785293
        },
        {
            "start": 823785296,
            "stop": 823785338
        },
        {
            "start": 823785340,
            "stop": 823785354
        },
        {
            "start": 823785355,
            "stop": 823785745
        },
        {
            "start": 823785747,
            "stop": 823793359
        },
        {
            "start": 823793361,
            "stop": 823794087
        },
        {
            "start": 823825311,
            "stop": 823826806
        },
        {
            "start": 823826807,
            "stop": 823827831
        },
        {
            "start": 823827833,
            "stop": 823869061
        },
        {
            "start": 823869231,
            "stop": 823870883
        },
        {
            "start": 823870884,
            "stop": 823870891
        },
        {
            "start": 823870894,
            "stop": 823870896
        }
    ]
}