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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=334",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 335,
    "results": [
        {
            "start": 821414360,
            "stop": 821414568
        },
        {
            "start": 821414575,
            "stop": 821414623
        },
        {
            "start": 821414630,
            "stop": 821415217
        },
        {
            "start": 821415224,
            "stop": 821415715
        },
        {
            "start": 821415723,
            "stop": 821417110
        },
        {
            "start": 821417117,
            "stop": 821417283
        },
        {
            "start": 821417290,
            "stop": 821417455
        },
        {
            "start": 821417462,
            "stop": 821418660
        },
        {
            "start": 821418668,
            "stop": 821419378
        },
        {
            "start": 821419385,
            "stop": 821420311
        },
        {
            "start": 821420318,
            "stop": 821421486
        },
        {
            "start": 821421493,
            "stop": 821421721
        },
        {
            "start": 821421724,
            "stop": 821421883
        },
        {
            "start": 821421886,
            "stop": 821422292
        },
        {
            "start": 821422295,
            "stop": 821422407
        },
        {
            "start": 821422410,
            "stop": 821422454
        },
        {
            "start": 821422461,
            "stop": 821422523
        },
        {
            "start": 821422526,
            "stop": 821422554
        },
        {
            "start": 821422557,
            "stop": 821423312
        },
        {
            "start": 821423315,
            "stop": 821423887
        }
    ]
}