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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=197",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 198,
    "results": [
        {
            "start": 842995635,
            "stop": 842996021
        },
        {
            "start": 842996602,
            "stop": 842997968
        },
        {
            "start": 842998604,
            "stop": 842999770
        },
        {
            "start": 843000650,
            "stop": 843025573
        },
        {
            "start": 843026915,
            "stop": 843105359
        },
        {
            "start": 843106874,
            "stop": 843108832
        },
        {
            "start": 843110435,
            "stop": 843132673
        },
        {
            "start": 843134294,
            "stop": 843167713
        },
        {
            "start": 843168869,
            "stop": 843174973
        },
        {
            "start": 843176580,
            "stop": 843223860
        },
        {
            "start": 843225754,
            "stop": 843251616
        },
        {
            "start": 843252682,
            "stop": 843257713
        },
        {
            "start": 843259139,
            "stop": 843272233
        },
        {
            "start": 843273634,
            "stop": 843311543
        },
        {
            "start": 843348887,
            "stop": 843421630
        },
        {
            "start": 843422617,
            "stop": 843427979
        },
        {
            "start": 843428953,
            "stop": 843429123
        },
        {
            "start": 843432478,
            "stop": 843435839
        },
        {
            "start": 843437168,
            "stop": 843443173
        },
        {
            "start": 843444234,
            "stop": 843445255
        }
    ]
}