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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=435",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=433",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 434,
    "results": [
        {
            "start": 933105975,
            "stop": 933105996
        },
        {
            "start": 933106098,
            "stop": 933107524
        },
        {
            "start": 933107526,
            "stop": 933108141
        },
        {
            "start": 933108145,
            "stop": 933109215
        },
        {
            "start": 933109575,
            "stop": 933109804
        },
        {
            "start": 933142374,
            "stop": 933142673
        },
        {
            "start": 933142675,
            "stop": 933142688
        },
        {
            "start": 933142690,
            "stop": 933142702
        },
        {
            "start": 933142706,
            "stop": 933142778
        },
        {
            "start": 933142781,
            "stop": 933142793
        },
        {
            "start": 933142795,
            "stop": 933142807
        },
        {
            "start": 933142810,
            "stop": 933142822
        },
        {
            "start": 933142825,
            "stop": 933142837
        },
        {
            "start": 933142840,
            "stop": 933142853
        },
        {
            "start": 933142855,
            "stop": 933142957
        },
        {
            "start": 933142960,
            "stop": 933142973
        },
        {
            "start": 933142975,
            "stop": 933143002
        },
        {
            "start": 933143005,
            "stop": 933143797
        },
        {
            "start": 933143800,
            "stop": 933144728
        },
        {
            "start": 933144730,
            "stop": 933144742
        }
    ]
}