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=5870
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=5871",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5869",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5870,
    "results": [
        {
            "start": 874788120,
            "stop": 874788269
        },
        {
            "start": 874788272,
            "stop": 874788365
        },
        {
            "start": 874788369,
            "stop": 874788381
        },
        {
            "start": 874788385,
            "stop": 874788424
        },
        {
            "start": 874788427,
            "stop": 874788455
        },
        {
            "start": 874788458,
            "stop": 874788590
        },
        {
            "start": 874788593,
            "stop": 874788603
        },
        {
            "start": 874788609,
            "stop": 874788706
        },
        {
            "start": 874788709,
            "stop": 874788716
        },
        {
            "start": 874788722,
            "stop": 874788831
        },
        {
            "start": 874788834,
            "stop": 874788847
        },
        {
            "start": 874788850,
            "stop": 874788872
        },
        {
            "start": 874788875,
            "stop": 874788897
        },
        {
            "start": 874788903,
            "stop": 874788907
        },
        {
            "start": 874788911,
            "stop": 874788918
        },
        {
            "start": 874788921,
            "stop": 874788934
        },
        {
            "start": 874788937,
            "stop": 874789032
        },
        {
            "start": 874789035,
            "stop": 874789037
        },
        {
            "start": 874789040,
            "stop": 874789162
        },
        {
            "start": 874789165,
            "stop": 874789172
        }
    ]
}