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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6497",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6495",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6496,
    "results": [
        {
            "start": 874182970,
            "stop": 874183202
        },
        {
            "start": 874183203,
            "stop": 874183344
        },
        {
            "start": 874183346,
            "stop": 874183454
        },
        {
            "start": 874183455,
            "stop": 874183559
        },
        {
            "start": 874183560,
            "stop": 874183685
        },
        {
            "start": 874183687,
            "stop": 874183879
        },
        {
            "start": 874183880,
            "stop": 874183978
        },
        {
            "start": 874183979,
            "stop": 874184301
        },
        {
            "start": 874184302,
            "stop": 874184695
        },
        {
            "start": 874184697,
            "stop": 874184761
        },
        {
            "start": 874184763,
            "stop": 874184855
        },
        {
            "start": 874184857,
            "stop": 874184875
        },
        {
            "start": 874184876,
            "stop": 874185196
        },
        {
            "start": 874185198,
            "stop": 874185356
        },
        {
            "start": 874185358,
            "stop": 874185657
        },
        {
            "start": 874185658,
            "stop": 874185707
        },
        {
            "start": 874185708,
            "stop": 874185778
        },
        {
            "start": 874185780,
            "stop": 874185798
        },
        {
            "start": 874185799,
            "stop": 874186106
        },
        {
            "start": 874186107,
            "stop": 874186264
        }
    ]
}