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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=300",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 301,
    "results": [
        {
            "start": 842141906,
            "stop": 842141908
        },
        {
            "start": 842141910,
            "stop": 842141912
        },
        {
            "start": 842141915,
            "stop": 842141919
        },
        {
            "start": 842141921,
            "stop": 842141938
        },
        {
            "start": 842141941,
            "stop": 842141956
        },
        {
            "start": 842141959,
            "stop": 842141962
        },
        {
            "start": 842141963,
            "stop": 842141966
        },
        {
            "start": 842141969,
            "stop": 842141970
        },
        {
            "start": 842141972,
            "stop": 842141974
        },
        {
            "start": 842141976,
            "stop": 842141978
        },
        {
            "start": 842143597,
            "stop": 842169207
        },
        {
            "start": 842169208,
            "stop": 842169213
        },
        {
            "start": 842169214,
            "stop": 842169216
        },
        {
            "start": 842169217,
            "stop": 842170053
        },
        {
            "start": 842170054,
            "stop": 842170103
        },
        {
            "start": 842173083,
            "stop": 842177017
        },
        {
            "start": 842177019,
            "stop": 842185603
        },
        {
            "start": 842185604,
            "stop": 842188853
        },
        {
            "start": 842190403,
            "stop": 842190992
        },
        {
            "start": 842191263,
            "stop": 842191384
        }
    ]
}