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=7442
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=7443",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7441",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7442,
    "results": [
        {
            "start": 969961947,
            "stop": 969962055
        },
        {
            "start": 969962058,
            "stop": 969962584
        },
        {
            "start": 969962587,
            "stop": 969962925
        },
        {
            "start": 969962928,
            "stop": 969963124
        },
        {
            "start": 969963127,
            "stop": 969963348
        },
        {
            "start": 969963351,
            "stop": 969963516
        },
        {
            "start": 969963519,
            "stop": 969963640
        },
        {
            "start": 969963643,
            "stop": 969963729
        },
        {
            "start": 969963732,
            "stop": 969963910
        },
        {
            "start": 969963913,
            "stop": 969964323
        },
        {
            "start": 969964326,
            "stop": 969964358
        },
        {
            "start": 969964361,
            "stop": 969964577
        },
        {
            "start": 969964580,
            "stop": 969964658
        },
        {
            "start": 969964661,
            "stop": 969964898
        },
        {
            "start": 969964901,
            "stop": 969965193
        },
        {
            "start": 969965196,
            "stop": 969966171
        },
        {
            "start": 969966174,
            "stop": 969966227
        },
        {
            "start": 969966230,
            "stop": 969966377
        },
        {
            "start": 969966380,
            "stop": 969966390
        },
        {
            "start": 969966393,
            "stop": 969966823
        }
    ]
}