Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=332
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=331",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 332,
    "results": [
        {
            "start": 1380027991,
            "stop": 1380049237
        },
        {
            "start": 1380056563,
            "stop": 1380063616
        },
        {
            "start": 1380063618,
            "stop": 1380067574
        },
        {
            "start": 1380067579,
            "stop": 1380072698
        },
        {
            "start": 1380072701,
            "stop": 1380094985
        },
        {
            "start": 1380094987,
            "stop": 1380103671
        },
        {
            "start": 1380103674,
            "stop": 1380103981
        },
        {
            "start": 1380103986,
            "stop": 1380161832
        },
        {
            "start": 1380161837,
            "stop": 1380174200
        },
        {
            "start": 1380174203,
            "stop": 1380174305
        },
        {
            "start": 1380177526,
            "stop": 1380178711
        },
        {
            "start": 1380178716,
            "stop": 1380180349
        },
        {
            "start": 1380180352,
            "stop": 1380185459
        },
        {
            "start": 1380185463,
            "stop": 1380197848
        },
        {
            "start": 1380200729,
            "stop": 1380200830
        },
        {
            "start": 1380200832,
            "stop": 1380202429
        },
        {
            "start": 1380202434,
            "stop": 1380204576
        },
        {
            "start": 1380228650,
            "stop": 1380234073
        },
        {
            "start": 1380247953,
            "stop": 1380254220
        },
        {
            "start": 1380254224,
            "stop": 1380271516
        }
    ]
}