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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5241",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5242,
    "results": [
        {
            "start": 874399571,
            "stop": 874399803
        },
        {
            "start": 874399810,
            "stop": 874400700
        },
        {
            "start": 874400760,
            "stop": 874400809
        },
        {
            "start": 874400846,
            "stop": 874400900
        },
        {
            "start": 874400943,
            "stop": 874401026
        },
        {
            "start": 874401067,
            "stop": 874401128
        },
        {
            "start": 874401135,
            "stop": 874401150
        },
        {
            "start": 874402396,
            "stop": 874402475
        },
        {
            "start": 874402483,
            "stop": 874402484
        },
        {
            "start": 874402650,
            "stop": 874402738
        },
        {
            "start": 874402745,
            "stop": 874403234
        },
        {
            "start": 874403242,
            "stop": 874403446
        },
        {
            "start": 874403453,
            "stop": 874403502
        },
        {
            "start": 874403509,
            "stop": 874403653
        },
        {
            "start": 874403661,
            "stop": 874403946
        },
        {
            "start": 874403954,
            "stop": 874404026
        },
        {
            "start": 874404034,
            "stop": 874404328
        },
        {
            "start": 874404368,
            "stop": 874404853
        },
        {
            "start": 874404860,
            "stop": 874405668
        },
        {
            "start": 874405676,
            "stop": 874406150
        }
    ]
}