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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4226",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4227,
    "results": [
        {
            "start": 874507863,
            "stop": 874507924
        },
        {
            "start": 874507948,
            "stop": 874507980
        },
        {
            "start": 874508100,
            "stop": 874508117
        },
        {
            "start": 874508160,
            "stop": 874508180
        },
        {
            "start": 874508216,
            "stop": 874508256
        },
        {
            "start": 874508275,
            "stop": 874508280
        },
        {
            "start": 874508640,
            "stop": 874508656
        },
        {
            "start": 874508686,
            "stop": 874508694
        },
        {
            "start": 874508760,
            "stop": 874508796
        },
        {
            "start": 874509420,
            "stop": 874509438
        },
        {
            "start": 874509467,
            "stop": 874509479
        },
        {
            "start": 874509576,
            "stop": 874509581
        },
        {
            "start": 874509900,
            "stop": 874509939
        },
        {
            "start": 874509958,
            "stop": 874509959
        },
        {
            "start": 874510463,
            "stop": 874510500
        },
        {
            "start": 874510691,
            "stop": 874510697
        },
        {
            "start": 874510734,
            "stop": 874510740
        },
        {
            "start": 874510860,
            "stop": 874510883
        },
        {
            "start": 874510905,
            "stop": 874510920
        },
        {
            "start": 874511246,
            "stop": 874511269
        }
    ]
}