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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=74",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 75,
    "results": [
        {
            "start": 943218539,
            "stop": 943226273
        },
        {
            "start": 943227807,
            "stop": 943232457
        },
        {
            "start": 943234473,
            "stop": 943258833
        },
        {
            "start": 943263493,
            "stop": 943298171
        },
        {
            "start": 943299778,
            "stop": 943307999
        },
        {
            "start": 943309832,
            "stop": 943338631
        },
        {
            "start": 943342276,
            "stop": 943345432
        },
        {
            "start": 943349649,
            "stop": 943370183
        },
        {
            "start": 943370417,
            "stop": 943376097
        },
        {
            "start": 943380223,
            "stop": 943384613
        },
        {
            "start": 943386591,
            "stop": 943388121
        },
        {
            "start": 943389667,
            "stop": 943392472
        },
        {
            "start": 943394089,
            "stop": 943395576
        },
        {
            "start": 943398513,
            "stop": 943398683
        },
        {
            "start": 943400405,
            "stop": 943400906
        },
        {
            "start": 943404911,
            "stop": 943410073
        },
        {
            "start": 943412919,
            "stop": 943430534
        },
        {
            "start": 943435317,
            "stop": 943435981
        },
        {
            "start": 943438345,
            "stop": 943440677
        },
        {
            "start": 943444537,
            "stop": 943453667
        }
    ]
}