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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=66",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 67,
    "results": [
        {
            "start": 819037255,
            "stop": 819037412
        },
        {
            "start": 819037732,
            "stop": 819037741
        },
        {
            "start": 819038049,
            "stop": 819040123
        },
        {
            "start": 819040304,
            "stop": 819042913
        },
        {
            "start": 819047054,
            "stop": 819048833
        },
        {
            "start": 819049472,
            "stop": 819049931
        },
        {
            "start": 819052128,
            "stop": 819055142
        },
        {
            "start": 819055146,
            "stop": 819055213
        },
        {
            "start": 819055400,
            "stop": 819057649
        },
        {
            "start": 819059272,
            "stop": 819060102
        },
        {
            "start": 819061326,
            "stop": 819061873
        },
        {
            "start": 819061926,
            "stop": 819061927
        },
        {
            "start": 819062005,
            "stop": 819062773
        },
        {
            "start": 819062826,
            "stop": 819062827
        },
        {
            "start": 819062939,
            "stop": 819063735
        },
        {
            "start": 819063738,
            "stop": 819066520
        },
        {
            "start": 819069292,
            "stop": 819071880
        },
        {
            "start": 819071940,
            "stop": 819075599
        },
        {
            "start": 819076642,
            "stop": 819076894
        },
        {
            "start": 819078358,
            "stop": 819089413
        }
    ]
}