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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=570",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=568",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 569,
    "results": [
        {
            "start": 836325089,
            "stop": 836325109
        },
        {
            "start": 836325116,
            "stop": 836331470
        },
        {
            "start": 836331475,
            "stop": 836331647
        },
        {
            "start": 836332454,
            "stop": 836335206
        },
        {
            "start": 836336154,
            "stop": 836343995
        },
        {
            "start": 836344002,
            "stop": 836352742
        },
        {
            "start": 836353833,
            "stop": 836375226
        },
        {
            "start": 836376446,
            "stop": 836412524
        },
        {
            "start": 836412529,
            "stop": 836412539
        },
        {
            "start": 836413952,
            "stop": 836422951
        },
        {
            "start": 836422956,
            "stop": 836426860
        },
        {
            "start": 836432248,
            "stop": 836442368
        },
        {
            "start": 836442373,
            "stop": 836454243
        },
        {
            "start": 836454961,
            "stop": 836459681
        },
        {
            "start": 836460612,
            "stop": 836461562
        },
        {
            "start": 836462436,
            "stop": 836485076
        },
        {
            "start": 836487201,
            "stop": 836542515
        },
        {
            "start": 836543112,
            "stop": 836601985
        },
        {
            "start": 836603596,
            "stop": 836605335
        },
        {
            "start": 836605342,
            "stop": 836664957
        }
    ]
}