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=9868
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=9869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9867",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9868,
    "results": [
        {
            "start": 870451761,
            "stop": 870453361
        },
        {
            "start": 870453378,
            "stop": 870454341
        },
        {
            "start": 870454375,
            "stop": 870454657
        },
        {
            "start": 870454693,
            "stop": 870458920
        },
        {
            "start": 870458956,
            "stop": 870458970
        },
        {
            "start": 870459092,
            "stop": 870463400
        },
        {
            "start": 870463434,
            "stop": 870463797
        },
        {
            "start": 870463831,
            "stop": 870465600
        },
        {
            "start": 870465668,
            "stop": 870465857
        },
        {
            "start": 870465875,
            "stop": 870465896
        },
        {
            "start": 870465979,
            "stop": 870467828
        },
        {
            "start": 870467862,
            "stop": 870471494
        },
        {
            "start": 870471516,
            "stop": 870471609
        },
        {
            "start": 870472007,
            "stop": 870473650
        },
        {
            "start": 870473668,
            "stop": 870473718
        },
        {
            "start": 870473754,
            "stop": 870482880
        },
        {
            "start": 870483000,
            "stop": 870483180
        },
        {
            "start": 870483300,
            "stop": 870483420
        },
        {
            "start": 870488539,
            "stop": 870488542
        },
        {
            "start": 870488576,
            "stop": 870498045
        }
    ]
}