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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=476",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=474",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 475,
    "results": [
        {
            "start": 826105934,
            "stop": 826111490
        },
        {
            "start": 826111509,
            "stop": 826111613
        },
        {
            "start": 826111731,
            "stop": 826111835
        },
        {
            "start": 826111860,
            "stop": 826112205
        },
        {
            "start": 826112764,
            "stop": 826116872
        },
        {
            "start": 826116891,
            "stop": 826118930
        },
        {
            "start": 826118947,
            "stop": 826119801
        },
        {
            "start": 826119819,
            "stop": 826127250
        },
        {
            "start": 826127310,
            "stop": 826127321
        },
        {
            "start": 826127431,
            "stop": 826128734
        },
        {
            "start": 826129034,
            "stop": 826129166
        },
        {
            "start": 826129654,
            "stop": 826131178
        },
        {
            "start": 826131195,
            "stop": 826132080
        },
        {
            "start": 826132089,
            "stop": 826134076
        },
        {
            "start": 826134093,
            "stop": 826135512
        },
        {
            "start": 826135622,
            "stop": 826136345
        },
        {
            "start": 826136645,
            "stop": 826137074
        },
        {
            "start": 826137476,
            "stop": 826142164
        },
        {
            "start": 826142584,
            "stop": 826143752
        },
        {
            "start": 826144181,
            "stop": 826147180
        }
    ]
}