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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=378",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 379,
    "results": [
        {
            "start": 934812156,
            "stop": 934812159
        },
        {
            "start": 934812161,
            "stop": 934812185
        },
        {
            "start": 934812188,
            "stop": 934812211
        },
        {
            "start": 934812213,
            "stop": 934812217
        },
        {
            "start": 934812219,
            "stop": 934812231
        },
        {
            "start": 934812237,
            "stop": 934814838
        },
        {
            "start": 934816742,
            "stop": 934819384
        },
        {
            "start": 934819387,
            "stop": 934819411
        },
        {
            "start": 934819413,
            "stop": 934819416
        },
        {
            "start": 934819419,
            "stop": 934819433
        },
        {
            "start": 934819436,
            "stop": 934821997
        },
        {
            "start": 934825021,
            "stop": 934825463
        },
        {
            "start": 934825466,
            "stop": 934826535
        },
        {
            "start": 934826537,
            "stop": 934826557
        },
        {
            "start": 934826559,
            "stop": 934826567
        },
        {
            "start": 934826569,
            "stop": 934826582
        },
        {
            "start": 934826585,
            "stop": 934826615
        },
        {
            "start": 934826617,
            "stop": 934826631
        },
        {
            "start": 934826635,
            "stop": 934830156
        },
        {
            "start": 934830159,
            "stop": 934830164
        }
    ]
}