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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=508",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=506",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 507,
    "results": [
        {
            "start": 1184723977,
            "stop": 1184725681
        },
        {
            "start": 1184725685,
            "stop": 1184725847
        },
        {
            "start": 1184725852,
            "stop": 1184726916
        },
        {
            "start": 1184726918,
            "stop": 1184728769
        },
        {
            "start": 1184728771,
            "stop": 1184728773
        },
        {
            "start": 1184728775,
            "stop": 1184730223
        },
        {
            "start": 1184730227,
            "stop": 1184731411
        },
        {
            "start": 1184731415,
            "stop": 1184733568
        },
        {
            "start": 1184733572,
            "stop": 1184735077
        },
        {
            "start": 1184735081,
            "stop": 1184735682
        },
        {
            "start": 1184738830,
            "stop": 1184739876
        },
        {
            "start": 1184739879,
            "stop": 1184740556
        },
        {
            "start": 1184740558,
            "stop": 1184740559
        },
        {
            "start": 1184740563,
            "stop": 1184742501
        },
        {
            "start": 1184742503,
            "stop": 1184743428
        },
        {
            "start": 1184743431,
            "stop": 1184743511
        },
        {
            "start": 1184743513,
            "stop": 1184743521
        },
        {
            "start": 1184743525,
            "stop": 1184743628
        },
        {
            "start": 1184743631,
            "stop": 1184743632
        },
        {
            "start": 1184743634,
            "stop": 1184745892
        }
    ]
}