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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=231",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 232,
    "results": [
        {
            "start": 958617274,
            "stop": 958617277
        },
        {
            "start": 958617281,
            "stop": 958617601
        },
        {
            "start": 958617614,
            "stop": 958617618
        },
        {
            "start": 958617625,
            "stop": 958617667
        },
        {
            "start": 958617680,
            "stop": 958617682
        },
        {
            "start": 958617687,
            "stop": 958617708
        },
        {
            "start": 958617716,
            "stop": 958617717
        },
        {
            "start": 958617721,
            "stop": 958617724
        },
        {
            "start": 958617728,
            "stop": 958617730
        },
        {
            "start": 958617732,
            "stop": 958617737
        },
        {
            "start": 958617741,
            "stop": 958617750
        },
        {
            "start": 958617753,
            "stop": 958617780
        },
        {
            "start": 958617785,
            "stop": 958617793
        },
        {
            "start": 958617796,
            "stop": 958617800
        },
        {
            "start": 958617803,
            "stop": 958617804
        },
        {
            "start": 958617808,
            "stop": 958617809
        },
        {
            "start": 958617817,
            "stop": 958617825
        },
        {
            "start": 958617828,
            "stop": 958617896
        },
        {
            "start": 958617917,
            "stop": 958617920
        },
        {
            "start": 958617926,
            "stop": 958617946
        }
    ]
}