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_CAT2/segments?format=api&page=526
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=527",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=525",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 526,
    "results": [
        {
            "start": 968399606,
            "stop": 968436926
        },
        {
            "start": 968436966,
            "stop": 968442004
        },
        {
            "start": 968442029,
            "stop": 968442040
        },
        {
            "start": 968442056,
            "stop": 968445156
        },
        {
            "start": 968445164,
            "stop": 968459007
        },
        {
            "start": 968463190,
            "stop": 968463959
        },
        {
            "start": 968469840,
            "stop": 968489474
        },
        {
            "start": 968490873,
            "stop": 968492355
        },
        {
            "start": 968495044,
            "stop": 968495238
        },
        {
            "start": 968507607,
            "stop": 968508743
        },
        {
            "start": 968559470,
            "stop": 968560631
        },
        {
            "start": 968564839,
            "stop": 968564854
        },
        {
            "start": 968564990,
            "stop": 968566420
        },
        {
            "start": 968569775,
            "stop": 968572440
        },
        {
            "start": 968576594,
            "stop": 968597604
        },
        {
            "start": 968605094,
            "stop": 968607591
        },
        {
            "start": 968609629,
            "stop": 968609916
        },
        {
            "start": 968613339,
            "stop": 968614081
        },
        {
            "start": 968616456,
            "stop": 968623975
        },
        {
            "start": 968626943,
            "stop": 968630152
        }
    ]
}