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=4259
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=4260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4258",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4259,
    "results": [
        {
            "start": 874599153,
            "stop": 874599161
        },
        {
            "start": 874599190,
            "stop": 874599240
        },
        {
            "start": 874599364,
            "stop": 874599411
        },
        {
            "start": 874599430,
            "stop": 874599480
        },
        {
            "start": 874599544,
            "stop": 874599586
        },
        {
            "start": 874599605,
            "stop": 874599628
        },
        {
            "start": 874599648,
            "stop": 874599660
        },
        {
            "start": 874599720,
            "stop": 874599832
        },
        {
            "start": 874599868,
            "stop": 874599871
        },
        {
            "start": 874599891,
            "stop": 874599917
        },
        {
            "start": 874599936,
            "stop": 874599952
        },
        {
            "start": 874599971,
            "stop": 874599978
        },
        {
            "start": 874599997,
            "stop": 874600002
        },
        {
            "start": 874600250,
            "stop": 874600261
        },
        {
            "start": 874600282,
            "stop": 874600287
        },
        {
            "start": 874600306,
            "stop": 874600316
        },
        {
            "start": 874600336,
            "stop": 874600380
        },
        {
            "start": 874600440,
            "stop": 874600451
        },
        {
            "start": 874600473,
            "stop": 874600493
        },
        {
            "start": 874600522,
            "stop": 874600560
        }
    ]
}