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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=126",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 127,
    "results": [
        {
            "start": 826986993,
            "stop": 826987265
        },
        {
            "start": 826990438,
            "stop": 826991548
        },
        {
            "start": 827007659,
            "stop": 827007792
        },
        {
            "start": 827009752,
            "stop": 827014771
        },
        {
            "start": 827017116,
            "stop": 827020574
        },
        {
            "start": 827020697,
            "stop": 827024709
        },
        {
            "start": 827024788,
            "stop": 827032326
        },
        {
            "start": 827032865,
            "stop": 827042394
        },
        {
            "start": 827047946,
            "stop": 827047973
        },
        {
            "start": 827047975,
            "stop": 827058536
        },
        {
            "start": 827059122,
            "stop": 827060349
        },
        {
            "start": 827060351,
            "stop": 827060361
        },
        {
            "start": 827060363,
            "stop": 827060468
        },
        {
            "start": 827061221,
            "stop": 827061257
        },
        {
            "start": 827061590,
            "stop": 827061706
        },
        {
            "start": 827061707,
            "stop": 827061714
        },
        {
            "start": 827061716,
            "stop": 827061810
        },
        {
            "start": 827061813,
            "stop": 827062059
        },
        {
            "start": 827062228,
            "stop": 827064008
        },
        {
            "start": 827064010,
            "stop": 827064165
        }
    ]
}