Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=59
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=58",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 59,
    "results": [
        {
            "start": 1126427277,
            "stop": 1126427316
        },
        {
            "start": 1126427318,
            "stop": 1126427351
        },
        {
            "start": 1126427353,
            "stop": 1126427356
        },
        {
            "start": 1126427358,
            "stop": 1126427360
        },
        {
            "start": 1126427362,
            "stop": 1126427402
        },
        {
            "start": 1126427404,
            "stop": 1126427417
        },
        {
            "start": 1126432226,
            "stop": 1126432353
        },
        {
            "start": 1126432354,
            "stop": 1126432500
        },
        {
            "start": 1126432501,
            "stop": 1126432822
        },
        {
            "start": 1126432823,
            "stop": 1126432883
        },
        {
            "start": 1126432885,
            "stop": 1126433152
        },
        {
            "start": 1126433154,
            "stop": 1126433493
        },
        {
            "start": 1126433495,
            "stop": 1126433827
        },
        {
            "start": 1126433828,
            "stop": 1126434187
        },
        {
            "start": 1126434188,
            "stop": 1126434520
        },
        {
            "start": 1126434521,
            "stop": 1126434551
        },
        {
            "start": 1126434553,
            "stop": 1126434795
        },
        {
            "start": 1126434802,
            "stop": 1126434832
        },
        {
            "start": 1126434833,
            "stop": 1126434853
        },
        {
            "start": 1126434855,
            "stop": 1126435124
        }
    ]
}