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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9130",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9131,
    "results": [
        {
            "start": 875103561,
            "stop": 875103739
        },
        {
            "start": 875103765,
            "stop": 875103866
        },
        {
            "start": 875103903,
            "stop": 875103905
        },
        {
            "start": 875103924,
            "stop": 875103966
        },
        {
            "start": 875104051,
            "stop": 875104095
        },
        {
            "start": 875104115,
            "stop": 875104125
        },
        {
            "start": 875104144,
            "stop": 875104936
        },
        {
            "start": 875104953,
            "stop": 875105177
        },
        {
            "start": 875105196,
            "stop": 875105201
        },
        {
            "start": 875105220,
            "stop": 875105343
        },
        {
            "start": 875105365,
            "stop": 875105401
        },
        {
            "start": 875105420,
            "stop": 875105891
        },
        {
            "start": 875105908,
            "stop": 875105939
        },
        {
            "start": 875105958,
            "stop": 875106049
        },
        {
            "start": 875106067,
            "stop": 875106301
        },
        {
            "start": 875106327,
            "stop": 875106419
        },
        {
            "start": 875106469,
            "stop": 875106489
        },
        {
            "start": 875106508,
            "stop": 875106530
        },
        {
            "start": 875106551,
            "stop": 875106552
        },
        {
            "start": 875106571,
            "stop": 875106589
        }
    ]
}