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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=54",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 55,
    "results": [
        {
            "start": 1238291979,
            "stop": 1238292036
        },
        {
            "start": 1238292039,
            "stop": 1238292081
        },
        {
            "start": 1238292083,
            "stop": 1238292188
        },
        {
            "start": 1238292192,
            "stop": 1238292206
        },
        {
            "start": 1238292209,
            "stop": 1238292330
        },
        {
            "start": 1238292332,
            "stop": 1238292376
        },
        {
            "start": 1238292382,
            "stop": 1238292464
        },
        {
            "start": 1238292466,
            "stop": 1238292580
        },
        {
            "start": 1238292584,
            "stop": 1238292656
        },
        {
            "start": 1238292657,
            "stop": 1238292827
        },
        {
            "start": 1238292829,
            "stop": 1238292832
        },
        {
            "start": 1238292834,
            "stop": 1238292899
        },
        {
            "start": 1238292900,
            "stop": 1238292940
        },
        {
            "start": 1238292942,
            "stop": 1238293185
        },
        {
            "start": 1238293188,
            "stop": 1238293235
        },
        {
            "start": 1238293239,
            "stop": 1238293318
        },
        {
            "start": 1238293319,
            "stop": 1238293350
        },
        {
            "start": 1238293354,
            "stop": 1238293377
        },
        {
            "start": 1238293378,
            "stop": 1238293462
        },
        {
            "start": 1238293464,
            "stop": 1238293475
        }
    ]
}