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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=120",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 121,
    "results": [
        {
            "start": 962949992,
            "stop": 962954766
        },
        {
            "start": 962955934,
            "stop": 962967120
        },
        {
            "start": 962982135,
            "stop": 962987556
        },
        {
            "start": 962988902,
            "stop": 962995125
        },
        {
            "start": 962996673,
            "stop": 962997237
        },
        {
            "start": 963000518,
            "stop": 963005720
        },
        {
            "start": 963005946,
            "stop": 963011389
        },
        {
            "start": 963011470,
            "stop": 963011819
        },
        {
            "start": 963034418,
            "stop": 963048888
        },
        {
            "start": 963049561,
            "stop": 963052094
        },
        {
            "start": 963079957,
            "stop": 963080017
        },
        {
            "start": 963080075,
            "stop": 963080600
        },
        {
            "start": 963081800,
            "stop": 963082226
        },
        {
            "start": 963082260,
            "stop": 963083213
        },
        {
            "start": 963083940,
            "stop": 963085167
        },
        {
            "start": 963086293,
            "stop": 963087815
        },
        {
            "start": 963089371,
            "stop": 963102676
        },
        {
            "start": 963105246,
            "stop": 963108370
        },
        {
            "start": 963130693,
            "stop": 963132672
        },
        {
            "start": 963139291,
            "stop": 963142716
        }
    ]
}