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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=215",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 216,
    "results": [
        {
            "start": 842815741,
            "stop": 842816113
        },
        {
            "start": 842818042,
            "stop": 842821873
        },
        {
            "start": 842822860,
            "stop": 842823594
        },
        {
            "start": 842824597,
            "stop": 842825833
        },
        {
            "start": 842826824,
            "stop": 842831211
        },
        {
            "start": 842832643,
            "stop": 842832910
        },
        {
            "start": 842833999,
            "stop": 842837771
        },
        {
            "start": 842838042,
            "stop": 842857410
        },
        {
            "start": 842857890,
            "stop": 842882173
        },
        {
            "start": 842882214,
            "stop": 842882215
        },
        {
            "start": 842882412,
            "stop": 842884453
        },
        {
            "start": 842885535,
            "stop": 842886729
        },
        {
            "start": 842886803,
            "stop": 842887393
        },
        {
            "start": 842887418,
            "stop": 842887419
        },
        {
            "start": 842887494,
            "stop": 842894953
        },
        {
            "start": 842894991,
            "stop": 842894992
        },
        {
            "start": 842895238,
            "stop": 842897811
        },
        {
            "start": 842897815,
            "stop": 842901360
        },
        {
            "start": 842901363,
            "stop": 842901615
        },
        {
            "start": 842901619,
            "stop": 842902233
        }
    ]
}