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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29312",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29310",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29311,
    "results": [
        {
            "start": 971184373,
            "stop": 971184815
        },
        {
            "start": 971184819,
            "stop": 971184854
        },
        {
            "start": 971184856,
            "stop": 971184894
        },
        {
            "start": 971184896,
            "stop": 971184987
        },
        {
            "start": 971184990,
            "stop": 971184992
        },
        {
            "start": 971184994,
            "stop": 971185041
        },
        {
            "start": 971185044,
            "stop": 971185191
        },
        {
            "start": 971187089,
            "stop": 971187104
        },
        {
            "start": 971187107,
            "stop": 971187239
        },
        {
            "start": 971187242,
            "stop": 971187281
        },
        {
            "start": 971187383,
            "stop": 971187721
        },
        {
            "start": 971187723,
            "stop": 971187926
        },
        {
            "start": 971187927,
            "stop": 971187931
        },
        {
            "start": 971187933,
            "stop": 971187963
        },
        {
            "start": 971187965,
            "stop": 971188171
        },
        {
            "start": 971188175,
            "stop": 971188520
        },
        {
            "start": 971188522,
            "stop": 971188547
        },
        {
            "start": 971188548,
            "stop": 971188675
        },
        {
            "start": 971188678,
            "stop": 971189188
        },
        {
            "start": 971189191,
            "stop": 971189359
        }
    ]
}