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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1885",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1883",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1884,
    "results": [
        {
            "start": 969690090,
            "stop": 969713967
        },
        {
            "start": 969713968,
            "stop": 969714476
        },
        {
            "start": 969728476,
            "stop": 969729806
        },
        {
            "start": 969732367,
            "stop": 969741345
        },
        {
            "start": 969777780,
            "stop": 969780438
        },
        {
            "start": 969780439,
            "stop": 969786553
        },
        {
            "start": 969786554,
            "stop": 969789902
        },
        {
            "start": 969789903,
            "stop": 969804950
        },
        {
            "start": 969806467,
            "stop": 969810863
        },
        {
            "start": 969812309,
            "stop": 969812499
        },
        {
            "start": 969813670,
            "stop": 969816753
        },
        {
            "start": 969816754,
            "stop": 969816840
        },
        {
            "start": 969835028,
            "stop": 969837284
        },
        {
            "start": 969839599,
            "stop": 969840268
        },
        {
            "start": 969840269,
            "stop": 969842284
        },
        {
            "start": 969842285,
            "stop": 969842416
        },
        {
            "start": 969842417,
            "stop": 969842543
        },
        {
            "start": 969849919,
            "stop": 969854657
        },
        {
            "start": 969855419,
            "stop": 969859069
        },
        {
            "start": 969859070,
            "stop": 969859637
        }
    ]
}