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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=77",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 78,
    "results": [
        {
            "start": 1371029047,
            "stop": 1371029812
        },
        {
            "start": 1371029813,
            "stop": 1371031848
        },
        {
            "start": 1371031849,
            "stop": 1371034007
        },
        {
            "start": 1371034008,
            "stop": 1371034445
        },
        {
            "start": 1371034450,
            "stop": 1371034891
        },
        {
            "start": 1371034895,
            "stop": 1371036093
        },
        {
            "start": 1371036095,
            "stop": 1371038471
        },
        {
            "start": 1371038473,
            "stop": 1371039832
        },
        {
            "start": 1371046265,
            "stop": 1371046326
        },
        {
            "start": 1371046328,
            "stop": 1371046717
        },
        {
            "start": 1371046722,
            "stop": 1371046874
        },
        {
            "start": 1371046876,
            "stop": 1371048168
        },
        {
            "start": 1371048169,
            "stop": 1371048730
        },
        {
            "start": 1371048732,
            "stop": 1371049948
        },
        {
            "start": 1371049950,
            "stop": 1371050698
        },
        {
            "start": 1371050700,
            "stop": 1371052466
        },
        {
            "start": 1371052468,
            "stop": 1371053085
        },
        {
            "start": 1371053086,
            "stop": 1371053852
        },
        {
            "start": 1371053853,
            "stop": 1371054319
        },
        {
            "start": 1371054321,
            "stop": 1371054817
        }
    ]
}