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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5880",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5878",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5879,
    "results": [
        {
            "start": 874799865,
            "stop": 874800633
        },
        {
            "start": 874800636,
            "stop": 874800959
        },
        {
            "start": 874800966,
            "stop": 874802065
        },
        {
            "start": 874804095,
            "stop": 874807931
        },
        {
            "start": 874807934,
            "stop": 874812433
        },
        {
            "start": 874812436,
            "stop": 874812486
        },
        {
            "start": 874812489,
            "stop": 874813361
        },
        {
            "start": 874813364,
            "stop": 874813544
        },
        {
            "start": 874813547,
            "stop": 874813734
        },
        {
            "start": 874813737,
            "stop": 874813782
        },
        {
            "start": 874813785,
            "stop": 874813960
        },
        {
            "start": 874813963,
            "stop": 874813964
        },
        {
            "start": 874813967,
            "stop": 874814242
        },
        {
            "start": 874814245,
            "stop": 874814521
        },
        {
            "start": 874814524,
            "stop": 874814766
        },
        {
            "start": 874814769,
            "stop": 874815809
        },
        {
            "start": 874815813,
            "stop": 874815819
        },
        {
            "start": 874815822,
            "stop": 874816981
        },
        {
            "start": 874816984,
            "stop": 874817021
        },
        {
            "start": 874817025,
            "stop": 874817070
        }
    ]
}