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=376
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=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=375",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 376,
    "results": [
        {
            "start": 821422534,
            "stop": 821422546
        },
        {
            "start": 821422565,
            "stop": 821423304
        },
        {
            "start": 821423323,
            "stop": 821423879
        },
        {
            "start": 821423898,
            "stop": 821423952
        },
        {
            "start": 821423971,
            "stop": 821424461
        },
        {
            "start": 821424480,
            "stop": 821424574
        },
        {
            "start": 821424593,
            "stop": 821424709
        },
        {
            "start": 821424728,
            "stop": 821424890
        },
        {
            "start": 821424909,
            "stop": 821424942
        },
        {
            "start": 821424961,
            "stop": 821425710
        },
        {
            "start": 821425729,
            "stop": 821425751
        },
        {
            "start": 821425770,
            "stop": 821425840
        },
        {
            "start": 821425859,
            "stop": 821426212
        },
        {
            "start": 821426231,
            "stop": 821426273
        },
        {
            "start": 821426292,
            "stop": 821426322
        },
        {
            "start": 821426341,
            "stop": 821426401
        },
        {
            "start": 821426438,
            "stop": 821426558
        },
        {
            "start": 821426577,
            "stop": 821426582
        },
        {
            "start": 821426601,
            "stop": 821426791
        },
        {
            "start": 821426792,
            "stop": 821426848
        }
    ]
}