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
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=2",
    "previous": null,
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 1,
    "results": [
        {
            "start": 1368195220,
            "stop": 1368195841
        },
        {
            "start": 1368195843,
            "stop": 1368196142
        },
        {
            "start": 1368266520,
            "stop": 1368267635
        },
        {
            "start": 1368267637,
            "stop": 1368268881
        },
        {
            "start": 1368268883,
            "stop": 1368269061
        },
        {
            "start": 1368276645,
            "stop": 1368277140
        },
        {
            "start": 1368277142,
            "stop": 1368278997
        },
        {
            "start": 1368278999,
            "stop": 1368280880
        },
        {
            "start": 1368331350,
            "stop": 1368332100
        },
        {
            "start": 1368332102,
            "stop": 1368333028
        },
        {
            "start": 1368333030,
            "stop": 1368334395
        },
        {
            "start": 1368334397,
            "stop": 1368336491
        },
        {
            "start": 1368336493,
            "stop": 1368337146
        },
        {
            "start": 1368350720,
            "stop": 1368350771
        },
        {
            "start": 1368350775,
            "stop": 1368352627
        },
        {
            "start": 1368352629,
            "stop": 1368354639
        },
        {
            "start": 1368354640,
            "stop": 1368356680
        },
        {
            "start": 1368356681,
            "stop": 1368358614
        },
        {
            "start": 1368358616,
            "stop": 1368360573
        },
        {
            "start": 1368360574,
            "stop": 1368360722
        }
    ]
}