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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=170",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 171,
    "results": [
        {
            "start": 842824597,
            "stop": 842825884
        },
        {
            "start": 842826824,
            "stop": 842831228
        },
        {
            "start": 842832643,
            "stop": 842832932
        },
        {
            "start": 842833999,
            "stop": 842837770
        },
        {
            "start": 842838042,
            "stop": 842843989
        },
        {
            "start": 842843991,
            "stop": 842857410
        },
        {
            "start": 842857890,
            "stop": 842882214
        },
        {
            "start": 842882412,
            "stop": 842884136
        },
        {
            "start": 842884138,
            "stop": 842884458
        },
        {
            "start": 842885535,
            "stop": 842886728
        },
        {
            "start": 842886803,
            "stop": 842887418
        },
        {
            "start": 842887494,
            "stop": 842891513
        },
        {
            "start": 842891521,
            "stop": 842894990
        },
        {
            "start": 842895238,
            "stop": 842895893
        },
        {
            "start": 842895895,
            "stop": 842898232
        },
        {
            "start": 842898240,
            "stop": 842901439
        },
        {
            "start": 842901441,
            "stop": 842903345
        },
        {
            "start": 842903511,
            "stop": 842903601
        },
        {
            "start": 842904542,
            "stop": 842906613
        },
        {
            "start": 842906621,
            "stop": 842907863
        }
    ]
}