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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41097",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41095",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41096,
    "results": [
        {
            "start": 875223500,
            "stop": 875223511
        },
        {
            "start": 875223512,
            "stop": 875223520
        },
        {
            "start": 875223521,
            "stop": 875223534
        },
        {
            "start": 875223535,
            "stop": 875223562
        },
        {
            "start": 875223563,
            "stop": 875223605
        },
        {
            "start": 875223607,
            "stop": 875223693
        },
        {
            "start": 875223694,
            "stop": 875223750
        },
        {
            "start": 875223751,
            "stop": 875223794
        },
        {
            "start": 875223795,
            "stop": 875223803
        },
        {
            "start": 875223804,
            "stop": 875223814
        },
        {
            "start": 875223815,
            "stop": 875223821
        },
        {
            "start": 875223823,
            "stop": 875223830
        },
        {
            "start": 875223831,
            "stop": 875223877
        },
        {
            "start": 875223878,
            "stop": 875223939
        },
        {
            "start": 875223940,
            "stop": 875224012
        },
        {
            "start": 875224014,
            "stop": 875224045
        },
        {
            "start": 875224047,
            "stop": 875224092
        },
        {
            "start": 875224093,
            "stop": 875224113
        },
        {
            "start": 875224114,
            "stop": 875224116
        },
        {
            "start": 875224117,
            "stop": 875224131
        }
    ]
}