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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=152",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 153,
    "results": [
        {
            "start": 837644921,
            "stop": 837651929
        },
        {
            "start": 837652942,
            "stop": 837653078
        },
        {
            "start": 837653136,
            "stop": 837653893
        },
        {
            "start": 837653894,
            "stop": 837667923
        },
        {
            "start": 837668792,
            "stop": 837696603
        },
        {
            "start": 837696605,
            "stop": 837723724
        },
        {
            "start": 837727091,
            "stop": 837743471
        },
        {
            "start": 837743473,
            "stop": 837766509
        },
        {
            "start": 837767310,
            "stop": 837778253
        },
        {
            "start": 837779093,
            "stop": 837785385
        },
        {
            "start": 837785386,
            "stop": 837785617
        },
        {
            "start": 837785733,
            "stop": 837787255
        },
        {
            "start": 837788519,
            "stop": 837788551
        },
        {
            "start": 837788553,
            "stop": 837788869
        },
        {
            "start": 837790232,
            "stop": 837797031
        },
        {
            "start": 837797408,
            "stop": 837801586
        },
        {
            "start": 837801886,
            "stop": 837806483
        },
        {
            "start": 837806653,
            "stop": 837815458
        },
        {
            "start": 837816616,
            "stop": 837826373
        },
        {
            "start": 837826375,
            "stop": 837830803
        }
    ]
}