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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=76",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 77,
    "results": [
        {
            "start": 931503895,
            "stop": 931503897
        },
        {
            "start": 931503901,
            "stop": 931503905
        },
        {
            "start": 931503911,
            "stop": 931503916
        },
        {
            "start": 931503921,
            "stop": 931503923
        },
        {
            "start": 931503926,
            "stop": 931503930
        },
        {
            "start": 931503936,
            "stop": 931503940
        },
        {
            "start": 931503942,
            "stop": 931503946
        },
        {
            "start": 931503955,
            "stop": 931503956
        },
        {
            "start": 931503960,
            "stop": 931503965
        },
        {
            "start": 931503968,
            "stop": 931503970
        },
        {
            "start": 931503973,
            "stop": 931503978
        },
        {
            "start": 931503982,
            "stop": 931503984
        },
        {
            "start": 931503989,
            "stop": 931503994
        },
        {
            "start": 931504004,
            "stop": 931504011
        },
        {
            "start": 931504015,
            "stop": 931504019
        },
        {
            "start": 931504024,
            "stop": 931504028
        },
        {
            "start": 931504036,
            "stop": 931504045
        },
        {
            "start": 931504050,
            "stop": 931504051
        },
        {
            "start": 931504054,
            "stop": 931504063
        },
        {
            "start": 931504065,
            "stop": 931504067
        }
    ]
}