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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=18",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 19,
    "results": [
        {
            "start": 1369381764,
            "stop": 1369381850
        },
        {
            "start": 1369381851,
            "stop": 1369382882
        },
        {
            "start": 1369382884,
            "stop": 1369384261
        },
        {
            "start": 1369384263,
            "stop": 1369384268
        },
        {
            "start": 1369384269,
            "stop": 1369385372
        },
        {
            "start": 1369385374,
            "stop": 1369386779
        },
        {
            "start": 1369386781,
            "stop": 1369387254
        },
        {
            "start": 1369387255,
            "stop": 1369388257
        },
        {
            "start": 1369388258,
            "stop": 1369388366
        },
        {
            "start": 1369388368,
            "stop": 1369389244
        },
        {
            "start": 1369389245,
            "stop": 1369389587
        },
        {
            "start": 1369389589,
            "stop": 1369391337
        },
        {
            "start": 1369391339,
            "stop": 1369391584
        },
        {
            "start": 1369391585,
            "stop": 1369392727
        },
        {
            "start": 1369392729,
            "stop": 1369394421
        },
        {
            "start": 1369394423,
            "stop": 1369395737
        },
        {
            "start": 1369395739,
            "stop": 1369396967
        },
        {
            "start": 1369396969,
            "stop": 1369398065
        },
        {
            "start": 1369398068,
            "stop": 1369398311
        },
        {
            "start": 1369398313,
            "stop": 1369399979
        }
    ]
}