Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=681
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=682",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=680",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 681,
    "results": [
        {
            "start": 853746598,
            "stop": 853747061
        },
        {
            "start": 853747500,
            "stop": 853758744
        },
        {
            "start": 853760307,
            "stop": 853767480
        },
        {
            "start": 853767481,
            "stop": 853781095
        },
        {
            "start": 853832364,
            "stop": 853838307
        },
        {
            "start": 853843331,
            "stop": 853865016
        },
        {
            "start": 853931656,
            "stop": 853933061
        },
        {
            "start": 853933470,
            "stop": 853949405
        },
        {
            "start": 853951446,
            "stop": 853952599
        },
        {
            "start": 853952607,
            "stop": 853952608
        },
        {
            "start": 853952611,
            "stop": 853952614
        },
        {
            "start": 853952617,
            "stop": 853955016
        },
        {
            "start": 853956065,
            "stop": 853966095
        },
        {
            "start": 854006768,
            "stop": 854041738
        },
        {
            "start": 854089181,
            "stop": 854115809
        },
        {
            "start": 854115811,
            "stop": 854122746
        },
        {
            "start": 854124997,
            "stop": 854145579
        },
        {
            "start": 854145580,
            "stop": 854171844
        },
        {
            "start": 854174271,
            "stop": 854198229
        },
        {
            "start": 854198703,
            "stop": 854208104
        }
    ]
}