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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5908",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5909,
    "results": [
        {
            "start": 875135983,
            "stop": 875136036
        },
        {
            "start": 875136039,
            "stop": 875136040
        },
        {
            "start": 875136043,
            "stop": 875136045
        },
        {
            "start": 875136048,
            "stop": 875136094
        },
        {
            "start": 875136097,
            "stop": 875136099
        },
        {
            "start": 875136105,
            "stop": 875136112
        },
        {
            "start": 875136115,
            "stop": 875136126
        },
        {
            "start": 875136129,
            "stop": 875136349
        },
        {
            "start": 875136352,
            "stop": 875136375
        },
        {
            "start": 875136379,
            "stop": 875136406
        },
        {
            "start": 875136410,
            "stop": 875136478
        },
        {
            "start": 875136482,
            "stop": 875136483
        },
        {
            "start": 875136487,
            "stop": 875136509
        },
        {
            "start": 875136518,
            "stop": 875136715
        },
        {
            "start": 875136721,
            "stop": 875136726
        },
        {
            "start": 875136729,
            "stop": 875136732
        },
        {
            "start": 875136737,
            "stop": 875136749
        },
        {
            "start": 875136752,
            "stop": 875136753
        },
        {
            "start": 875136756,
            "stop": 875136767
        },
        {
            "start": 875136771,
            "stop": 875136814
        }
    ]
}