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=16763
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=16764",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16762",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16763,
    "results": [
        {
            "start": 875102149,
            "stop": 875102150
        },
        {
            "start": 875102151,
            "stop": 875102155
        },
        {
            "start": 875102157,
            "stop": 875102181
        },
        {
            "start": 875102184,
            "stop": 875102243
        },
        {
            "start": 875102244,
            "stop": 875102317
        },
        {
            "start": 875102322,
            "stop": 875102362
        },
        {
            "start": 875102366,
            "stop": 875102372
        },
        {
            "start": 875102378,
            "stop": 875102540
        },
        {
            "start": 875102543,
            "stop": 875102566
        },
        {
            "start": 875102569,
            "stop": 875102573
        },
        {
            "start": 875102576,
            "stop": 875102597
        },
        {
            "start": 875102603,
            "stop": 875102675
        },
        {
            "start": 875102677,
            "stop": 875102716
        },
        {
            "start": 875102717,
            "stop": 875102727
        },
        {
            "start": 875102729,
            "stop": 875102779
        },
        {
            "start": 875102781,
            "stop": 875102818
        },
        {
            "start": 875102820,
            "stop": 875102913
        },
        {
            "start": 875102915,
            "stop": 875102948
        },
        {
            "start": 875102949,
            "stop": 875103161
        },
        {
            "start": 875103162,
            "stop": 875103351
        }
    ]
}