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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3740",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3738",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3739,
    "results": [
        {
            "start": 971366056,
            "stop": 971366225
        },
        {
            "start": 971366228,
            "stop": 971366532
        },
        {
            "start": 971366535,
            "stop": 971366878
        },
        {
            "start": 971366881,
            "stop": 971367980
        },
        {
            "start": 971367984,
            "stop": 971368052
        },
        {
            "start": 971368055,
            "stop": 971368275
        },
        {
            "start": 971368276,
            "stop": 971368444
        },
        {
            "start": 971368447,
            "stop": 971368782
        },
        {
            "start": 971368812,
            "stop": 971369018
        },
        {
            "start": 971369021,
            "stop": 971369685
        },
        {
            "start": 971369706,
            "stop": 971371177
        },
        {
            "start": 971371178,
            "stop": 971372969
        },
        {
            "start": 971372980,
            "stop": 971373652
        },
        {
            "start": 971373655,
            "stop": 971373666
        },
        {
            "start": 971373667,
            "stop": 971373826
        },
        {
            "start": 971373829,
            "stop": 971376463
        },
        {
            "start": 971376464,
            "stop": 971378048
        },
        {
            "start": 971378069,
            "stop": 971378615
        },
        {
            "start": 971378616,
            "stop": 971381111
        },
        {
            "start": 971381122,
            "stop": 971381291
        }
    ]
}