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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1907",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1905",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1906,
    "results": [
        {
            "start": 847753139,
            "stop": 847753433
        },
        {
            "start": 847756730,
            "stop": 847760287
        },
        {
            "start": 847775782,
            "stop": 847796989
        },
        {
            "start": 847798015,
            "stop": 847802522
        },
        {
            "start": 847803033,
            "stop": 847807496
        },
        {
            "start": 847807498,
            "stop": 847811801
        },
        {
            "start": 847811911,
            "stop": 847811943
        },
        {
            "start": 847812243,
            "stop": 847812679
        },
        {
            "start": 847813042,
            "stop": 847814742
        },
        {
            "start": 847815758,
            "stop": 847815770
        },
        {
            "start": 847815880,
            "stop": 847815898
        },
        {
            "start": 847816521,
            "stop": 847816556
        },
        {
            "start": 847816666,
            "stop": 847816792
        },
        {
            "start": 847818929,
            "stop": 847820550
        },
        {
            "start": 847821198,
            "stop": 847821249
        },
        {
            "start": 847822961,
            "stop": 847823069
        },
        {
            "start": 847823769,
            "stop": 847823963
        },
        {
            "start": 847824073,
            "stop": 847824209
        },
        {
            "start": 847824509,
            "stop": 847824825
        },
        {
            "start": 847824830,
            "stop": 847824867
        }
    ]
}