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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=27",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 28,
    "results": [
        {
            "start": 1126291909,
            "stop": 1126291920
        },
        {
            "start": 1126291922,
            "stop": 1126291923
        },
        {
            "start": 1126291925,
            "stop": 1126291985
        },
        {
            "start": 1126291990,
            "stop": 1126291996
        },
        {
            "start": 1126291998,
            "stop": 1126292010
        },
        {
            "start": 1126292012,
            "stop": 1126292027
        },
        {
            "start": 1126292029,
            "stop": 1126292276
        },
        {
            "start": 1126292278,
            "stop": 1126292325
        },
        {
            "start": 1126292327,
            "stop": 1126292421
        },
        {
            "start": 1126292423,
            "stop": 1126292501
        },
        {
            "start": 1126292503,
            "stop": 1126292593
        },
        {
            "start": 1126292594,
            "stop": 1126292608
        },
        {
            "start": 1126292610,
            "stop": 1126292616
        },
        {
            "start": 1126292618,
            "stop": 1126292626
        },
        {
            "start": 1126292627,
            "stop": 1126292692
        },
        {
            "start": 1126292693,
            "stop": 1126292717
        },
        {
            "start": 1126292719,
            "stop": 1126292733
        },
        {
            "start": 1126292738,
            "stop": 1126292798
        },
        {
            "start": 1126292802,
            "stop": 1126292828
        },
        {
            "start": 1126292830,
            "stop": 1126292897
        }
    ]
}