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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=197",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 198,
    "results": [
        {
            "start": 931615409,
            "stop": 931615410
        },
        {
            "start": 931615411,
            "stop": 931615429
        },
        {
            "start": 931615431,
            "stop": 931615432
        },
        {
            "start": 931615437,
            "stop": 931615438
        },
        {
            "start": 931615439,
            "stop": 931615440
        },
        {
            "start": 931615442,
            "stop": 931615444
        },
        {
            "start": 931615446,
            "stop": 931615447
        },
        {
            "start": 931615449,
            "stop": 931615450
        },
        {
            "start": 931615454,
            "stop": 931615496
        },
        {
            "start": 931615498,
            "stop": 931615499
        },
        {
            "start": 931615501,
            "stop": 931615504
        },
        {
            "start": 931615508,
            "stop": 931615509
        },
        {
            "start": 931615513,
            "stop": 931615515
        },
        {
            "start": 931615519,
            "stop": 931615520
        },
        {
            "start": 931615544,
            "stop": 931615545
        },
        {
            "start": 931615551,
            "stop": 931615558
        },
        {
            "start": 931615560,
            "stop": 931615561
        },
        {
            "start": 931615562,
            "stop": 931615564
        },
        {
            "start": 931617383,
            "stop": 931618011
        },
        {
            "start": 931618013,
            "stop": 931618174
        }
    ]
}