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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=271",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 272,
    "results": [
        {
            "start": 821689639,
            "stop": 821689642
        },
        {
            "start": 821689648,
            "stop": 821689649
        },
        {
            "start": 821689652,
            "stop": 821689654
        },
        {
            "start": 821689658,
            "stop": 821689672
        },
        {
            "start": 821689677,
            "stop": 821689680
        },
        {
            "start": 821689683,
            "stop": 821689684
        },
        {
            "start": 821689690,
            "stop": 821689697
        },
        {
            "start": 821689700,
            "stop": 821689702
        },
        {
            "start": 821689709,
            "stop": 821689711
        },
        {
            "start": 821689714,
            "stop": 821689719
        },
        {
            "start": 821689723,
            "stop": 821689730
        },
        {
            "start": 821689733,
            "stop": 821689736
        },
        {
            "start": 821689743,
            "stop": 821689745
        },
        {
            "start": 821689748,
            "stop": 821689749
        },
        {
            "start": 821689752,
            "stop": 821689754
        },
        {
            "start": 821689757,
            "stop": 821689762
        },
        {
            "start": 821689765,
            "stop": 821689773
        },
        {
            "start": 821689776,
            "stop": 821689800
        },
        {
            "start": 821689803,
            "stop": 821689806
        },
        {
            "start": 821689809,
            "stop": 821689815
        }
    ]
}