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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=103",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 104,
    "results": [
        {
            "start": 816926511,
            "stop": 816926531
        },
        {
            "start": 816926551,
            "stop": 816926582
        },
        {
            "start": 816926693,
            "stop": 816926749
        },
        {
            "start": 816926797,
            "stop": 816926854
        },
        {
            "start": 816926891,
            "stop": 816926923
        },
        {
            "start": 816926955,
            "stop": 816927017
        },
        {
            "start": 816927065,
            "stop": 816927066
        },
        {
            "start": 816927096,
            "stop": 816927109
        },
        {
            "start": 816927177,
            "stop": 816927190
        },
        {
            "start": 816927211,
            "stop": 816927271
        },
        {
            "start": 816927290,
            "stop": 816927334
        },
        {
            "start": 816927378,
            "stop": 816927437
        },
        {
            "start": 816927457,
            "stop": 816927460
        },
        {
            "start": 816927501,
            "stop": 816927512
        },
        {
            "start": 816927533,
            "stop": 816927588
        },
        {
            "start": 816927623,
            "stop": 816927635
        },
        {
            "start": 816927638,
            "stop": 816927674
        },
        {
            "start": 816927709,
            "stop": 816927712
        },
        {
            "start": 816927732,
            "stop": 816927784
        },
        {
            "start": 816927826,
            "stop": 816927857
        }
    ]
}