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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=206",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 207,
    "results": [
        {
            "start": 931152842,
            "stop": 931152847
        },
        {
            "start": 931152848,
            "stop": 931152849
        },
        {
            "start": 931152850,
            "stop": 931152851
        },
        {
            "start": 931152852,
            "stop": 931152853
        },
        {
            "start": 931152854,
            "stop": 931152860
        },
        {
            "start": 931152862,
            "stop": 931152865
        },
        {
            "start": 931152869,
            "stop": 931152870
        },
        {
            "start": 931152871,
            "stop": 931152874
        },
        {
            "start": 931152878,
            "stop": 931152880
        },
        {
            "start": 931152883,
            "stop": 931152888
        },
        {
            "start": 931152890,
            "stop": 931152894
        },
        {
            "start": 931152895,
            "stop": 931152897
        },
        {
            "start": 931152898,
            "stop": 931152899
        },
        {
            "start": 931152900,
            "stop": 931152901
        },
        {
            "start": 931152902,
            "stop": 931152903
        },
        {
            "start": 931152904,
            "stop": 931152905
        },
        {
            "start": 931152909,
            "stop": 931152911
        },
        {
            "start": 931152912,
            "stop": 931152916
        },
        {
            "start": 931152917,
            "stop": 931152918
        },
        {
            "start": 931152919,
            "stop": 931152924
        }
    ]
}