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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=11",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 12,
    "results": [
        {
            "start": 1241485966,
            "stop": 1241506644
        },
        {
            "start": 1241507899,
            "stop": 1241512025
        },
        {
            "start": 1241513394,
            "stop": 1241514654
        },
        {
            "start": 1241521264,
            "stop": 1241649586
        },
        {
            "start": 1241652102,
            "stop": 1241655730
        },
        {
            "start": 1241655754,
            "stop": 1241661206
        },
        {
            "start": 1241661211,
            "stop": 1241661212
        },
        {
            "start": 1241667585,
            "stop": 1241668829
        },
        {
            "start": 1241668837,
            "stop": 1241670989
        },
        {
            "start": 1241670997,
            "stop": 1241673789
        },
        {
            "start": 1241673805,
            "stop": 1241673901
        },
        {
            "start": 1241673909,
            "stop": 1241676125
        },
        {
            "start": 1241676133,
            "stop": 1241676245
        },
        {
            "start": 1241676253,
            "stop": 1241676437
        },
        {
            "start": 1241676445,
            "stop": 1241682781
        },
        {
            "start": 1241682789,
            "stop": 1241685261
        },
        {
            "start": 1241685269,
            "stop": 1241686629
        },
        {
            "start": 1241686637,
            "stop": 1241689765
        },
        {
            "start": 1241689773,
            "stop": 1241691485
        },
        {
            "start": 1241691493,
            "stop": 1241693069
        }
    ]
}