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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=152",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 153,
    "results": [
        {
            "start": 821549429,
            "stop": 821549434
        },
        {
            "start": 821549442,
            "stop": 821549450
        },
        {
            "start": 821549453,
            "stop": 821549467
        },
        {
            "start": 821549470,
            "stop": 821549490
        },
        {
            "start": 821549494,
            "stop": 821549497
        },
        {
            "start": 821549501,
            "stop": 821549531
        },
        {
            "start": 821549536,
            "stop": 821549546
        },
        {
            "start": 821549549,
            "stop": 821549679
        },
        {
            "start": 821549682,
            "stop": 821549688
        },
        {
            "start": 821549691,
            "stop": 821549703
        },
        {
            "start": 821549706,
            "stop": 821549713
        },
        {
            "start": 821549716,
            "stop": 821549724
        },
        {
            "start": 821549727,
            "stop": 821549764
        },
        {
            "start": 821549767,
            "stop": 821549835
        },
        {
            "start": 821549838,
            "stop": 821549847
        },
        {
            "start": 821549850,
            "stop": 821549860
        },
        {
            "start": 821549863,
            "stop": 821549885
        },
        {
            "start": 821549888,
            "stop": 821549910
        },
        {
            "start": 821549915,
            "stop": 821549980
        },
        {
            "start": 821549983,
            "stop": 821550015
        }
    ]
}