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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3678",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3676",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3677,
    "results": [
        {
            "start": 873004578,
            "stop": 873004696
        },
        {
            "start": 873004713,
            "stop": 873004727
        },
        {
            "start": 873004744,
            "stop": 873004824
        },
        {
            "start": 873004841,
            "stop": 873005004
        },
        {
            "start": 873005021,
            "stop": 873005033
        },
        {
            "start": 873005058,
            "stop": 873005066
        },
        {
            "start": 873005083,
            "stop": 873005262
        },
        {
            "start": 873005279,
            "stop": 873005363
        },
        {
            "start": 873005380,
            "stop": 873005409
        },
        {
            "start": 873005442,
            "stop": 873006467
        },
        {
            "start": 873006484,
            "stop": 873006944
        },
        {
            "start": 873006961,
            "stop": 873007039
        },
        {
            "start": 873007056,
            "stop": 873007065
        },
        {
            "start": 873007082,
            "stop": 873007176
        },
        {
            "start": 873007193,
            "stop": 873007254
        },
        {
            "start": 873007286,
            "stop": 873007432
        },
        {
            "start": 873007451,
            "stop": 873008096
        },
        {
            "start": 873008113,
            "stop": 873008190
        },
        {
            "start": 873008209,
            "stop": 873008240
        },
        {
            "start": 873008257,
            "stop": 873008529
        }
    ]
}