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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=52",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 53,
    "results": [
        {
            "start": 931218978,
            "stop": 931218987
        },
        {
            "start": 931218989,
            "stop": 931218990
        },
        {
            "start": 931218992,
            "stop": 931219035
        },
        {
            "start": 931219036,
            "stop": 931219097
        },
        {
            "start": 931219099,
            "stop": 931219335
        },
        {
            "start": 931219337,
            "stop": 931219339
        },
        {
            "start": 931219341,
            "stop": 931219461
        },
        {
            "start": 931219463,
            "stop": 931219568
        },
        {
            "start": 931219570,
            "stop": 931219599
        },
        {
            "start": 931219601,
            "stop": 931219671
        },
        {
            "start": 931219673,
            "stop": 931219678
        },
        {
            "start": 931219680,
            "stop": 931219790
        },
        {
            "start": 931219792,
            "stop": 931219841
        },
        {
            "start": 931219842,
            "stop": 931219872
        },
        {
            "start": 931219874,
            "stop": 931219877
        },
        {
            "start": 931219882,
            "stop": 931219889
        },
        {
            "start": 931219890,
            "stop": 931219891
        },
        {
            "start": 931219894,
            "stop": 931219903
        },
        {
            "start": 931219905,
            "stop": 931219922
        },
        {
            "start": 931219925,
            "stop": 931219942
        }
    ]
}