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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=340",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 341,
    "results": [
        {
            "start": 845774861,
            "stop": 845777990
        },
        {
            "start": 845778028,
            "stop": 845778030
        },
        {
            "start": 845778102,
            "stop": 845783588
        },
        {
            "start": 845783590,
            "stop": 845785095
        },
        {
            "start": 845785097,
            "stop": 845795065
        },
        {
            "start": 845795066,
            "stop": 845795535
        },
        {
            "start": 845796480,
            "stop": 845798933
        },
        {
            "start": 845799805,
            "stop": 845803548
        },
        {
            "start": 845803550,
            "stop": 845804609
        },
        {
            "start": 845804611,
            "stop": 845809086
        },
        {
            "start": 845811056,
            "stop": 845817101
        },
        {
            "start": 845817103,
            "stop": 845817104
        },
        {
            "start": 845817106,
            "stop": 845817252
        },
        {
            "start": 845817253,
            "stop": 845817280
        },
        {
            "start": 845818529,
            "stop": 845818790
        },
        {
            "start": 845818792,
            "stop": 845818849
        },
        {
            "start": 845853276,
            "stop": 845853323
        },
        {
            "start": 845853325,
            "stop": 845853327
        },
        {
            "start": 845853329,
            "stop": 845854514
        },
        {
            "start": 845854515,
            "stop": 845854968
        }
    ]
}