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=4266
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=4267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4265",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4266,
    "results": [
        {
            "start": 874608609,
            "stop": 874608619
        },
        {
            "start": 874608648,
            "stop": 874608650
        },
        {
            "start": 874608693,
            "stop": 874608697
        },
        {
            "start": 874608746,
            "stop": 874608780
        },
        {
            "start": 874608840,
            "stop": 874608842
        },
        {
            "start": 874608885,
            "stop": 874608888
        },
        {
            "start": 874608911,
            "stop": 874608927
        },
        {
            "start": 874608946,
            "stop": 874608956
        },
        {
            "start": 874609080,
            "stop": 874609119
        },
        {
            "start": 874609155,
            "stop": 874609156
        },
        {
            "start": 874609181,
            "stop": 874609197
        },
        {
            "start": 874609220,
            "stop": 874609222
        },
        {
            "start": 874609241,
            "stop": 874609242
        },
        {
            "start": 874609261,
            "stop": 874609313
        },
        {
            "start": 874609352,
            "stop": 874609401
        },
        {
            "start": 874609475,
            "stop": 874609482
        },
        {
            "start": 874609561,
            "stop": 874609603
        },
        {
            "start": 874609674,
            "stop": 874609702
        },
        {
            "start": 874609721,
            "stop": 874609732
        },
        {
            "start": 874609753,
            "stop": 874609755
        }
    ]
}