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=394
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=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=393",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 394,
    "results": [
        {
            "start": 824506967,
            "stop": 824507102
        },
        {
            "start": 824507133,
            "stop": 824507138
        },
        {
            "start": 824507164,
            "stop": 824508970
        },
        {
            "start": 824508987,
            "stop": 824509511
        },
        {
            "start": 824509528,
            "stop": 824509952
        },
        {
            "start": 824509996,
            "stop": 824510449
        },
        {
            "start": 824510466,
            "stop": 824510470
        },
        {
            "start": 824510488,
            "stop": 824510504
        },
        {
            "start": 824510523,
            "stop": 824510549
        },
        {
            "start": 824510566,
            "stop": 824510665
        },
        {
            "start": 824510687,
            "stop": 824510742
        },
        {
            "start": 824510762,
            "stop": 824510776
        },
        {
            "start": 824510799,
            "stop": 824510816
        },
        {
            "start": 824510847,
            "stop": 824510849
        },
        {
            "start": 824510897,
            "stop": 824510907
        },
        {
            "start": 824510943,
            "stop": 824510985
        },
        {
            "start": 824511100,
            "stop": 824511109
        },
        {
            "start": 824511133,
            "stop": 824511157
        },
        {
            "start": 824511292,
            "stop": 824511299
        },
        {
            "start": 824521701,
            "stop": 824523880
        }
    ]
}