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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=399",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 400,
    "results": [
        {
            "start": 1184772003,
            "stop": 1184776060
        },
        {
            "start": 1184776736,
            "stop": 1184785821
        },
        {
            "start": 1184785865,
            "stop": 1184785884
        },
        {
            "start": 1184786321,
            "stop": 1184793133
        },
        {
            "start": 1184793136,
            "stop": 1184812365
        },
        {
            "start": 1184843192,
            "stop": 1184851789
        },
        {
            "start": 1184851794,
            "stop": 1184851836
        },
        {
            "start": 1184851841,
            "stop": 1184854081
        },
        {
            "start": 1184854093,
            "stop": 1184854322
        },
        {
            "start": 1184857171,
            "stop": 1184859126
        },
        {
            "start": 1184859129,
            "stop": 1184864855
        },
        {
            "start": 1184867935,
            "stop": 1184872026
        },
        {
            "start": 1184872029,
            "stop": 1184891762
        },
        {
            "start": 1184891766,
            "stop": 1184895694
        },
        {
            "start": 1184895698,
            "stop": 1184897233
        },
        {
            "start": 1184897237,
            "stop": 1184900923
        },
        {
            "start": 1184900932,
            "stop": 1184901738
        },
        {
            "start": 1184901743,
            "stop": 1184904426
        },
        {
            "start": 1184904431,
            "stop": 1184904439
        },
        {
            "start": 1184904455,
            "stop": 1184907225
        }
    ]
}