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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9897",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9898,
    "results": [
        {
            "start": 870886572,
            "stop": 870886586
        },
        {
            "start": 870886594,
            "stop": 870886601
        },
        {
            "start": 870886631,
            "stop": 870886680
        },
        {
            "start": 870886742,
            "stop": 870886751
        },
        {
            "start": 870886758,
            "stop": 870886759
        },
        {
            "start": 870886798,
            "stop": 870886819
        },
        {
            "start": 870886826,
            "stop": 870886860
        },
        {
            "start": 870886920,
            "stop": 870886976
        },
        {
            "start": 870886985,
            "stop": 870887011
        },
        {
            "start": 870887041,
            "stop": 870887072
        },
        {
            "start": 870887080,
            "stop": 870887120
        },
        {
            "start": 870887151,
            "stop": 870887167
        },
        {
            "start": 870887175,
            "stop": 870887182
        },
        {
            "start": 870887244,
            "stop": 870887245
        },
        {
            "start": 870887253,
            "stop": 870887260
        },
        {
            "start": 870887640,
            "stop": 870887646
        },
        {
            "start": 870887655,
            "stop": 870887680
        },
        {
            "start": 870887688,
            "stop": 870887694
        },
        {
            "start": 870887880,
            "stop": 870887909
        },
        {
            "start": 870887917,
            "stop": 870887925
        }
    ]
}