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=6262
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=6263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6261",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6262,
    "results": [
        {
            "start": 875008231,
            "stop": 875008232
        },
        {
            "start": 875008248,
            "stop": 875008255
        },
        {
            "start": 875008260,
            "stop": 875008264
        },
        {
            "start": 875008265,
            "stop": 875008266
        },
        {
            "start": 875008276,
            "stop": 875008280
        },
        {
            "start": 875008283,
            "stop": 875008290
        },
        {
            "start": 875008297,
            "stop": 875008501
        },
        {
            "start": 875008504,
            "stop": 875008540
        },
        {
            "start": 875008541,
            "stop": 875008599
        },
        {
            "start": 875008609,
            "stop": 875008610
        },
        {
            "start": 875008613,
            "stop": 875008618
        },
        {
            "start": 875008623,
            "stop": 875008630
        },
        {
            "start": 875008642,
            "stop": 875008652
        },
        {
            "start": 875008656,
            "stop": 875008707
        },
        {
            "start": 875008710,
            "stop": 875008715
        },
        {
            "start": 875008718,
            "stop": 875008725
        },
        {
            "start": 875008736,
            "stop": 875008774
        },
        {
            "start": 875008780,
            "stop": 875008782
        },
        {
            "start": 875008785,
            "stop": 875008787
        },
        {
            "start": 875008790,
            "stop": 875008793
        }
    ]
}