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_CBCLOW_CAT2/segments?format=api&page=648
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=649",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=647",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 648,
    "results": [
        {
            "start": 853510103,
            "stop": 853515286
        },
        {
            "start": 853515313,
            "stop": 853522287
        },
        {
            "start": 853579586,
            "stop": 853589810
        },
        {
            "start": 853589815,
            "stop": 853595411
        },
        {
            "start": 853597066,
            "stop": 853603856
        },
        {
            "start": 853666463,
            "stop": 853668728
        },
        {
            "start": 853669905,
            "stop": 853673728
        },
        {
            "start": 853674386,
            "stop": 853686620
        },
        {
            "start": 853686917,
            "stop": 853688626
        },
        {
            "start": 853746598,
            "stop": 853747061
        },
        {
            "start": 853747500,
            "stop": 853758766
        },
        {
            "start": 853760307,
            "stop": 853767480
        },
        {
            "start": 853767485,
            "stop": 853781100
        },
        {
            "start": 853832364,
            "stop": 853838307
        },
        {
            "start": 853843331,
            "stop": 853865016
        },
        {
            "start": 853931656,
            "stop": 853933061
        },
        {
            "start": 853933470,
            "stop": 853949426
        },
        {
            "start": 853951446,
            "stop": 853952591
        },
        {
            "start": 853952625,
            "stop": 853955031
        },
        {
            "start": 853956065,
            "stop": 853966095
        }
    ]
}