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=2055
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=2056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2054",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2055,
    "results": [
        {
            "start": 861071536,
            "stop": 861071586
        },
        {
            "start": 861071952,
            "stop": 861073614
        },
        {
            "start": 861073935,
            "stop": 861084164
        },
        {
            "start": 861084464,
            "stop": 861088906
        },
        {
            "start": 861089322,
            "stop": 861090561
        },
        {
            "start": 861090861,
            "stop": 861103974
        },
        {
            "start": 861103977,
            "stop": 861109653
        },
        {
            "start": 861109819,
            "stop": 861111492
        },
        {
            "start": 861111822,
            "stop": 861116307
        },
        {
            "start": 861116313,
            "stop": 861116340
        },
        {
            "start": 861116345,
            "stop": 861116860
        },
        {
            "start": 861116878,
            "stop": 861116888
        },
        {
            "start": 861116890,
            "stop": 861116897
        },
        {
            "start": 861116905,
            "stop": 861116917
        },
        {
            "start": 861116923,
            "stop": 861118445
        },
        {
            "start": 861118618,
            "stop": 861121011
        },
        {
            "start": 861121272,
            "stop": 861122991
        },
        {
            "start": 861122995,
            "stop": 861123001
        },
        {
            "start": 861123004,
            "stop": 861124227
        },
        {
            "start": 861124233,
            "stop": 861124257
        }
    ]
}