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=464
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=465",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=463",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 464,
    "results": [
        {
            "start": 821779517,
            "stop": 821779535
        },
        {
            "start": 821779538,
            "stop": 821779539
        },
        {
            "start": 821779548,
            "stop": 821779550
        },
        {
            "start": 821779554,
            "stop": 821779587
        },
        {
            "start": 821779590,
            "stop": 821779593
        },
        {
            "start": 821779597,
            "stop": 821779606
        },
        {
            "start": 821779609,
            "stop": 821779610
        },
        {
            "start": 821779614,
            "stop": 821779619
        },
        {
            "start": 821779622,
            "stop": 821779630
        },
        {
            "start": 821779633,
            "stop": 821779636
        },
        {
            "start": 821779639,
            "stop": 821779645
        },
        {
            "start": 821779651,
            "stop": 821779673
        },
        {
            "start": 821779676,
            "stop": 821779680
        },
        {
            "start": 821779683,
            "stop": 821779688
        },
        {
            "start": 821779691,
            "stop": 821779693
        },
        {
            "start": 821779698,
            "stop": 821779700
        },
        {
            "start": 821779703,
            "stop": 821779707
        },
        {
            "start": 821779710,
            "stop": 821779713
        },
        {
            "start": 821779716,
            "stop": 821779734
        },
        {
            "start": 821779737,
            "stop": 821779754
        }
    ]
}