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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4863",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4864,
    "results": [
        {
            "start": 874756618,
            "stop": 874756659
        },
        {
            "start": 874756678,
            "stop": 874756694
        },
        {
            "start": 874756714,
            "stop": 874756738
        },
        {
            "start": 874756757,
            "stop": 874756786
        },
        {
            "start": 874756805,
            "stop": 874756897
        },
        {
            "start": 874756916,
            "stop": 874757000
        },
        {
            "start": 874757019,
            "stop": 874757086
        },
        {
            "start": 874757106,
            "stop": 874757139
        },
        {
            "start": 874757158,
            "stop": 874757237
        },
        {
            "start": 874757256,
            "stop": 874757341
        },
        {
            "start": 874757360,
            "stop": 874757456
        },
        {
            "start": 874757475,
            "stop": 874757640
        },
        {
            "start": 874757660,
            "stop": 874757707
        },
        {
            "start": 874757726,
            "stop": 874757728
        },
        {
            "start": 874757763,
            "stop": 874757802
        },
        {
            "start": 874757838,
            "stop": 874757848
        },
        {
            "start": 874757867,
            "stop": 874757901
        },
        {
            "start": 874757920,
            "stop": 874757944
        },
        {
            "start": 874757980,
            "stop": 874758022
        },
        {
            "start": 874758041,
            "stop": 874758060
        }
    ]
}