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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=16",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 17,
    "results": [
        {
            "start": 816235747,
            "stop": 816235773
        },
        {
            "start": 816235781,
            "stop": 816235798
        },
        {
            "start": 816235806,
            "stop": 816235810
        },
        {
            "start": 816235818,
            "stop": 816235838
        },
        {
            "start": 816235853,
            "stop": 816235891
        },
        {
            "start": 816235898,
            "stop": 816235951
        },
        {
            "start": 816235959,
            "stop": 816236035
        },
        {
            "start": 816236050,
            "stop": 816236056
        },
        {
            "start": 816236063,
            "stop": 816236065
        },
        {
            "start": 816236073,
            "stop": 816236113
        },
        {
            "start": 816236120,
            "stop": 816236137
        },
        {
            "start": 816236145,
            "stop": 816236171
        },
        {
            "start": 816236193,
            "stop": 816236210
        },
        {
            "start": 816236225,
            "stop": 816236237
        },
        {
            "start": 816236246,
            "stop": 816236251
        },
        {
            "start": 816236263,
            "stop": 816236288
        },
        {
            "start": 816236314,
            "stop": 816236340
        },
        {
            "start": 816236357,
            "stop": 816236359
        },
        {
            "start": 816236374,
            "stop": 816236400
        },
        {
            "start": 816236407,
            "stop": 816236410
        }
    ]
}