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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=263",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 264,
    "results": [
        {
            "start": 962943823,
            "stop": 962943824
        },
        {
            "start": 962943827,
            "stop": 962943842
        },
        {
            "start": 962943846,
            "stop": 962943851
        },
        {
            "start": 962943859,
            "stop": 962943860
        },
        {
            "start": 962943869,
            "stop": 962943877
        },
        {
            "start": 962943880,
            "stop": 962943916
        },
        {
            "start": 962943919,
            "stop": 962943931
        },
        {
            "start": 962943935,
            "stop": 962943939
        },
        {
            "start": 962943941,
            "stop": 962943968
        },
        {
            "start": 962943971,
            "stop": 962943977
        },
        {
            "start": 962943982,
            "stop": 962943993
        },
        {
            "start": 962944003,
            "stop": 962944061
        },
        {
            "start": 962944064,
            "stop": 962944077
        },
        {
            "start": 962944080,
            "stop": 962944123
        },
        {
            "start": 962944128,
            "stop": 962944137
        },
        {
            "start": 962944141,
            "stop": 962944142
        },
        {
            "start": 962944145,
            "stop": 962944146
        },
        {
            "start": 962944149,
            "stop": 962944151
        },
        {
            "start": 962944159,
            "stop": 962944166
        },
        {
            "start": 962944170,
            "stop": 962944171
        }
    ]
}