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/L1_CBCLOW_CAT2/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/L1_CBCLOW_CAT2/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=215",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 216,
    "results": [
        {
            "start": 821127734,
            "stop": 821127919
        },
        {
            "start": 821140082,
            "stop": 821140131
        },
        {
            "start": 821140143,
            "stop": 821141423
        },
        {
            "start": 821141431,
            "stop": 821141805
        },
        {
            "start": 821141813,
            "stop": 821142742
        },
        {
            "start": 821142753,
            "stop": 821142804
        },
        {
            "start": 821142823,
            "stop": 821142901
        },
        {
            "start": 821142913,
            "stop": 821143343
        },
        {
            "start": 821143356,
            "stop": 821143395
        },
        {
            "start": 821143580,
            "stop": 821143785
        },
        {
            "start": 821143804,
            "stop": 821143832
        },
        {
            "start": 821143840,
            "stop": 821143842
        },
        {
            "start": 821143857,
            "stop": 821143859
        },
        {
            "start": 821143869,
            "stop": 821143875
        },
        {
            "start": 821143883,
            "stop": 821143890
        },
        {
            "start": 821143898,
            "stop": 821144052
        },
        {
            "start": 821144060,
            "stop": 821144230
        },
        {
            "start": 821144245,
            "stop": 821144279
        },
        {
            "start": 821144287,
            "stop": 821144331
        },
        {
            "start": 821144339,
            "stop": 821144373
        }
    ]
}