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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6280",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6281,
    "results": [
        {
            "start": 875100404,
            "stop": 875100407
        },
        {
            "start": 875100410,
            "stop": 875100424
        },
        {
            "start": 875100427,
            "stop": 875100436
        },
        {
            "start": 875100439,
            "stop": 875100478
        },
        {
            "start": 875100483,
            "stop": 875100510
        },
        {
            "start": 875100513,
            "stop": 875100517
        },
        {
            "start": 875100520,
            "stop": 875100576
        },
        {
            "start": 875100579,
            "stop": 875100655
        },
        {
            "start": 875100658,
            "stop": 875100724
        },
        {
            "start": 875100727,
            "stop": 875100741
        },
        {
            "start": 875100745,
            "stop": 875100751
        },
        {
            "start": 875100754,
            "stop": 875100757
        },
        {
            "start": 875100760,
            "stop": 875100774
        },
        {
            "start": 875100777,
            "stop": 875100887
        },
        {
            "start": 875100894,
            "stop": 875100977
        },
        {
            "start": 875100980,
            "stop": 875101080
        },
        {
            "start": 875101083,
            "stop": 875101119
        },
        {
            "start": 875101123,
            "stop": 875101211
        },
        {
            "start": 875101214,
            "stop": 875101219
        },
        {
            "start": 875101222,
            "stop": 875101225
        }
    ]
}