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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3786",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3787,
    "results": [
        {
            "start": 874456722,
            "stop": 874456991
        },
        {
            "start": 874457008,
            "stop": 874457262
        },
        {
            "start": 874457279,
            "stop": 874457667
        },
        {
            "start": 874457684,
            "stop": 874457779
        },
        {
            "start": 874457810,
            "stop": 874458641
        },
        {
            "start": 874458658,
            "stop": 874458739
        },
        {
            "start": 874458756,
            "stop": 874459028
        },
        {
            "start": 874459045,
            "stop": 874459062
        },
        {
            "start": 874459079,
            "stop": 874459086
        },
        {
            "start": 874459104,
            "stop": 874459106
        },
        {
            "start": 874459135,
            "stop": 874459212
        },
        {
            "start": 874459229,
            "stop": 874459406
        },
        {
            "start": 874459423,
            "stop": 874459491
        },
        {
            "start": 874459508,
            "stop": 874459560
        },
        {
            "start": 874459577,
            "stop": 874459595
        },
        {
            "start": 874459612,
            "stop": 874459633
        },
        {
            "start": 874459650,
            "stop": 874459875
        },
        {
            "start": 874459902,
            "stop": 874459923
        },
        {
            "start": 874459942,
            "stop": 874459955
        },
        {
            "start": 874459972,
            "stop": 874459980
        }
    ]
}