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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=325",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 326,
    "results": [
        {
            "start": 844321123,
            "stop": 844321486
        },
        {
            "start": 844322787,
            "stop": 844325892
        },
        {
            "start": 844327314,
            "stop": 844328107
        },
        {
            "start": 844328109,
            "stop": 844328122
        },
        {
            "start": 844329366,
            "stop": 844336521
        },
        {
            "start": 844336523,
            "stop": 844352733
        },
        {
            "start": 844357548,
            "stop": 844357565
        },
        {
            "start": 844357567,
            "stop": 844357613
        },
        {
            "start": 844357615,
            "stop": 844357629
        },
        {
            "start": 844357631,
            "stop": 844367931
        },
        {
            "start": 844368349,
            "stop": 844384578
        },
        {
            "start": 844384580,
            "stop": 844394334
        },
        {
            "start": 844396696,
            "stop": 844397149
        },
        {
            "start": 844397151,
            "stop": 844413799
        },
        {
            "start": 844414626,
            "stop": 844416908
        },
        {
            "start": 844418110,
            "stop": 844422139
        },
        {
            "start": 844422141,
            "stop": 844422177
        },
        {
            "start": 844422178,
            "stop": 844422182
        },
        {
            "start": 844422184,
            "stop": 844422192
        },
        {
            "start": 844422194,
            "stop": 844425945
        }
    ]
}