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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=122",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 123,
    "results": [
        {
            "start": 931422505,
            "stop": 931422624
        },
        {
            "start": 931422625,
            "stop": 931422629
        },
        {
            "start": 931422631,
            "stop": 931422643
        },
        {
            "start": 931422645,
            "stop": 931422665
        },
        {
            "start": 931422667,
            "stop": 931422682
        },
        {
            "start": 931422683,
            "stop": 931422691
        },
        {
            "start": 931422692,
            "stop": 931422702
        },
        {
            "start": 931422703,
            "stop": 931422738
        },
        {
            "start": 931422740,
            "stop": 931422764
        },
        {
            "start": 931422766,
            "stop": 931422802
        },
        {
            "start": 931422806,
            "stop": 931422811
        },
        {
            "start": 931422813,
            "stop": 931422828
        },
        {
            "start": 931422830,
            "stop": 931422919
        },
        {
            "start": 931422921,
            "stop": 931422931
        },
        {
            "start": 931422933,
            "stop": 931422974
        },
        {
            "start": 931422976,
            "stop": 931423002
        },
        {
            "start": 931423004,
            "stop": 931423006
        },
        {
            "start": 931423008,
            "stop": 931423015
        },
        {
            "start": 931423017,
            "stop": 931423068
        },
        {
            "start": 931423070,
            "stop": 931423108
        }
    ]
}