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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3776",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3774",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3775,
    "results": [
        {
            "start": 971609076,
            "stop": 971609987
        },
        {
            "start": 971609993,
            "stop": 971610129
        },
        {
            "start": 971610132,
            "stop": 971610358
        },
        {
            "start": 971610361,
            "stop": 971610606
        },
        {
            "start": 971610609,
            "stop": 971610792
        },
        {
            "start": 971610793,
            "stop": 971611039
        },
        {
            "start": 971611042,
            "stop": 971611490
        },
        {
            "start": 971611493,
            "stop": 971612473
        },
        {
            "start": 971612476,
            "stop": 971613521
        },
        {
            "start": 971613524,
            "stop": 971613653
        },
        {
            "start": 971613656,
            "stop": 971614059
        },
        {
            "start": 971614062,
            "stop": 971615943
        },
        {
            "start": 971615946,
            "stop": 971616702
        },
        {
            "start": 971616705,
            "stop": 971616736
        },
        {
            "start": 971616739,
            "stop": 971616974
        },
        {
            "start": 971616977,
            "stop": 971617062
        },
        {
            "start": 971617066,
            "stop": 971617199
        },
        {
            "start": 971617204,
            "stop": 971617244
        },
        {
            "start": 971617247,
            "stop": 971617508
        },
        {
            "start": 971617511,
            "stop": 971617549
        }
    ]
}