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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=91",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 92,
    "results": [
        {
            "start": 1131063631,
            "stop": 1131063637
        },
        {
            "start": 1131063638,
            "stop": 1131063652
        },
        {
            "start": 1131063653,
            "stop": 1131063657
        },
        {
            "start": 1131063660,
            "stop": 1131063661
        },
        {
            "start": 1131063663,
            "stop": 1131063669
        },
        {
            "start": 1131063670,
            "stop": 1131063694
        },
        {
            "start": 1131063698,
            "stop": 1131063732
        },
        {
            "start": 1131063735,
            "stop": 1131063742
        },
        {
            "start": 1131063743,
            "stop": 1131063764
        },
        {
            "start": 1131063765,
            "stop": 1131063766
        },
        {
            "start": 1131063771,
            "stop": 1131063774
        },
        {
            "start": 1131063777,
            "stop": 1131063782
        },
        {
            "start": 1131063783,
            "stop": 1131063830
        },
        {
            "start": 1131063833,
            "stop": 1131063836
        },
        {
            "start": 1131063837,
            "stop": 1131063840
        },
        {
            "start": 1131063841,
            "stop": 1131063844
        },
        {
            "start": 1131063848,
            "stop": 1131063881
        },
        {
            "start": 1131145278,
            "stop": 1131145291
        },
        {
            "start": 1131145292,
            "stop": 1131145346
        },
        {
            "start": 1131145347,
            "stop": 1131145372
        }
    ]
}