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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=96",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 97,
    "results": [
        {
            "start": 931607733,
            "stop": 931607954
        },
        {
            "start": 931607984,
            "stop": 931607991
        },
        {
            "start": 931608010,
            "stop": 931608015
        },
        {
            "start": 931608375,
            "stop": 931608407
        },
        {
            "start": 931608425,
            "stop": 931608496
        },
        {
            "start": 931608513,
            "stop": 931608558
        },
        {
            "start": 931608563,
            "stop": 931608566
        },
        {
            "start": 931608584,
            "stop": 931608617
        },
        {
            "start": 931608635,
            "stop": 931608737
        },
        {
            "start": 931608756,
            "stop": 931608760
        },
        {
            "start": 931608762,
            "stop": 931608768
        },
        {
            "start": 931608770,
            "stop": 931608772
        },
        {
            "start": 931608775,
            "stop": 931608776
        },
        {
            "start": 931608779,
            "stop": 931608782
        },
        {
            "start": 931608785,
            "stop": 931608788
        },
        {
            "start": 931608791,
            "stop": 931608797
        },
        {
            "start": 931608800,
            "stop": 931608813
        },
        {
            "start": 931608815,
            "stop": 931608817
        },
        {
            "start": 931608820,
            "stop": 931608828
        },
        {
            "start": 931608830,
            "stop": 931608833
        }
    ]
}