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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33340",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33338",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33339,
    "results": [
        {
            "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
        },
        {
            "start": 971381292,
            "stop": 971381445
        },
        {
            "start": 971381448,
            "stop": 971381728
        },
        {
            "start": 971381731,
            "stop": 971382427
        },
        {
            "start": 971382430,
            "stop": 971382463
        },
        {
            "start": 971382466,
            "stop": 971383387
        },
        {
            "start": 971383388,
            "stop": 971383598
        },
        {
            "start": 971383609,
            "stop": 971384591
        },
        {
            "start": 971384592,
            "stop": 971385126
        },
        {
            "start": 971385138,
            "stop": 971385590
        }
    ]
}