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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=82",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 83,
    "results": [
        {
            "start": 931088239,
            "stop": 931088240
        },
        {
            "start": 931088241,
            "stop": 931088242
        },
        {
            "start": 931088245,
            "stop": 931088255
        },
        {
            "start": 931088258,
            "stop": 931088260
        },
        {
            "start": 931088261,
            "stop": 931088264
        },
        {
            "start": 931088265,
            "stop": 931088268
        },
        {
            "start": 931088271,
            "stop": 931088279
        },
        {
            "start": 931088280,
            "stop": 931088281
        },
        {
            "start": 931088283,
            "stop": 931088284
        },
        {
            "start": 931088287,
            "stop": 931088290
        },
        {
            "start": 931088291,
            "stop": 931088299
        },
        {
            "start": 931088300,
            "stop": 931088301
        },
        {
            "start": 931088302,
            "stop": 931088304
        },
        {
            "start": 931088305,
            "stop": 931088306
        },
        {
            "start": 931088307,
            "stop": 931088308
        },
        {
            "start": 931088311,
            "stop": 931088319
        },
        {
            "start": 931088320,
            "stop": 931088334
        },
        {
            "start": 931088335,
            "stop": 931088336
        },
        {
            "start": 931088337,
            "stop": 931088338
        },
        {
            "start": 931088341,
            "stop": 931088343
        }
    ]
}