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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=133",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 134,
    "results": [
        {
            "start": 821521389,
            "stop": 821521392
        },
        {
            "start": 821521395,
            "stop": 821521407
        },
        {
            "start": 821521410,
            "stop": 821521468
        },
        {
            "start": 821521471,
            "stop": 821521484
        },
        {
            "start": 821521487,
            "stop": 821521520
        },
        {
            "start": 821521523,
            "stop": 821521536
        },
        {
            "start": 821521539,
            "stop": 821521571
        },
        {
            "start": 821521576,
            "stop": 821521593
        },
        {
            "start": 821521596,
            "stop": 821521603
        },
        {
            "start": 821521606,
            "stop": 821521607
        },
        {
            "start": 821521610,
            "stop": 821521619
        },
        {
            "start": 821521622,
            "stop": 821521628
        },
        {
            "start": 821521631,
            "stop": 821521677
        },
        {
            "start": 821521680,
            "stop": 821521686
        },
        {
            "start": 821521690,
            "stop": 821521698
        },
        {
            "start": 821521701,
            "stop": 821521715
        },
        {
            "start": 821521718,
            "stop": 821521728
        },
        {
            "start": 821521732,
            "stop": 821521750
        },
        {
            "start": 821521753,
            "stop": 821521758
        },
        {
            "start": 821521761,
            "stop": 821521779
        }
    ]
}