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=460
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=461",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=459",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 460,
    "results": [
        {
            "start": 821778647,
            "stop": 821778658
        },
        {
            "start": 821778661,
            "stop": 821778663
        },
        {
            "start": 821778666,
            "stop": 821778667
        },
        {
            "start": 821778670,
            "stop": 821778672
        },
        {
            "start": 821778692,
            "stop": 821778694
        },
        {
            "start": 821778700,
            "stop": 821778709
        },
        {
            "start": 821778719,
            "stop": 821778731
        },
        {
            "start": 821778736,
            "stop": 821778743
        },
        {
            "start": 821778747,
            "stop": 821778753
        },
        {
            "start": 821778756,
            "stop": 821778758
        },
        {
            "start": 821778761,
            "stop": 821778762
        },
        {
            "start": 821778765,
            "stop": 821778777
        },
        {
            "start": 821778783,
            "stop": 821778787
        },
        {
            "start": 821778790,
            "stop": 821778803
        },
        {
            "start": 821778811,
            "stop": 821778815
        },
        {
            "start": 821778822,
            "stop": 821778823
        },
        {
            "start": 821778826,
            "stop": 821778827
        },
        {
            "start": 821778830,
            "stop": 821778839
        },
        {
            "start": 821778852,
            "stop": 821778853
        },
        {
            "start": 821778856,
            "stop": 821778862
        }
    ]
}