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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16641",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16639",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16640,
    "results": [
        {
            "start": 874822207,
            "stop": 874822244
        },
        {
            "start": 874822246,
            "stop": 874822284
        },
        {
            "start": 874822285,
            "stop": 874822301
        },
        {
            "start": 874822302,
            "stop": 874822490
        },
        {
            "start": 874822494,
            "stop": 874822525
        },
        {
            "start": 874822528,
            "stop": 874822655
        },
        {
            "start": 874822656,
            "stop": 874822660
        },
        {
            "start": 874822662,
            "stop": 874822664
        },
        {
            "start": 874822666,
            "stop": 874822741
        },
        {
            "start": 874822744,
            "stop": 874822816
        },
        {
            "start": 874822817,
            "stop": 874822824
        },
        {
            "start": 874822826,
            "stop": 874822832
        },
        {
            "start": 874822834,
            "stop": 874822839
        },
        {
            "start": 874822841,
            "stop": 874822855
        },
        {
            "start": 874822856,
            "stop": 874822926
        },
        {
            "start": 874822931,
            "stop": 874822959
        },
        {
            "start": 874822961,
            "stop": 874822981
        },
        {
            "start": 874822982,
            "stop": 874823009
        },
        {
            "start": 874823012,
            "stop": 874823033
        },
        {
            "start": 874823034,
            "stop": 874823045
        }
    ]
}