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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=164",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 165,
    "results": [
        {
            "start": 821549400,
            "stop": 821549409
        },
        {
            "start": 821549412,
            "stop": 821549422
        },
        {
            "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
        }
    ]
}