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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=148",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 149,
    "results": [
        {
            "start": 819733602,
            "stop": 819733746
        },
        {
            "start": 819733753,
            "stop": 819733840
        },
        {
            "start": 819733847,
            "stop": 819734065
        },
        {
            "start": 819734073,
            "stop": 819734167
        },
        {
            "start": 819734174,
            "stop": 819734202
        },
        {
            "start": 819734209,
            "stop": 819734602
        },
        {
            "start": 819734609,
            "stop": 819734618
        },
        {
            "start": 819734625,
            "stop": 819734640
        },
        {
            "start": 819734651,
            "stop": 819734821
        },
        {
            "start": 819734828,
            "stop": 819734844
        },
        {
            "start": 819753864,
            "stop": 819754132
        },
        {
            "start": 819754139,
            "stop": 819754332
        },
        {
            "start": 819754339,
            "stop": 819755916
        },
        {
            "start": 819755923,
            "stop": 819755926
        },
        {
            "start": 819755934,
            "stop": 819756300
        },
        {
            "start": 819757195,
            "stop": 819757240
        },
        {
            "start": 819757247,
            "stop": 819757620
        },
        {
            "start": 819757627,
            "stop": 819759024
        },
        {
            "start": 819759031,
            "stop": 819759283
        },
        {
            "start": 819759290,
            "stop": 819760368
        }
    ]
}