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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=437",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=435",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 436,
    "results": [
        {
            "start": 1268134181,
            "stop": 1268134183
        },
        {
            "start": 1268134184,
            "stop": 1268137910
        },
        {
            "start": 1268137912,
            "stop": 1268137916
        },
        {
            "start": 1268137918,
            "stop": 1268137928
        },
        {
            "start": 1268137929,
            "stop": 1268137934
        },
        {
            "start": 1268137937,
            "stop": 1268137939
        },
        {
            "start": 1268137940,
            "stop": 1268137949
        },
        {
            "start": 1268137950,
            "stop": 1268137956
        },
        {
            "start": 1268137958,
            "stop": 1268137959
        },
        {
            "start": 1268137961,
            "stop": 1268138003
        },
        {
            "start": 1268138005,
            "stop": 1268138009
        },
        {
            "start": 1268138010,
            "stop": 1268138122
        },
        {
            "start": 1268138123,
            "stop": 1268138770
        },
        {
            "start": 1268138771,
            "stop": 1268138798
        },
        {
            "start": 1268138799,
            "stop": 1268139441
        },
        {
            "start": 1268139442,
            "stop": 1268139443
        },
        {
            "start": 1268139445,
            "stop": 1268139496
        },
        {
            "start": 1268139497,
            "stop": 1268139498
        },
        {
            "start": 1268139499,
            "stop": 1268140213
        },
        {
            "start": 1268140214,
            "stop": 1268146702
        }
    ]
}