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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=198",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 199,
    "results": [
        {
            "start": 1420673200,
            "stop": 1420673376
        },
        {
            "start": 1420673380,
            "stop": 1420673416
        },
        {
            "start": 1420673424,
            "stop": 1420673652
        },
        {
            "start": 1420673656,
            "stop": 1420673868
        },
        {
            "start": 1420673876,
            "stop": 1420673980
        },
        {
            "start": 1420673984,
            "stop": 1420675612
        },
        {
            "start": 1420675617,
            "stop": 1420675948
        },
        {
            "start": 1420675952,
            "stop": 1420675976
        },
        {
            "start": 1420675988,
            "stop": 1420677711
        },
        {
            "start": 1420677714,
            "stop": 1420677724
        },
        {
            "start": 1420677729,
            "stop": 1420677876
        },
        {
            "start": 1420677878,
            "stop": 1420678017
        },
        {
            "start": 1420678019,
            "stop": 1420678042
        },
        {
            "start": 1420678044,
            "stop": 1420678368
        },
        {
            "start": 1420678372,
            "stop": 1420678652
        },
        {
            "start": 1420678657,
            "stop": 1420679612
        },
        {
            "start": 1420679620,
            "stop": 1420679816
        },
        {
            "start": 1420679820,
            "stop": 1420679831
        },
        {
            "start": 1420679836,
            "stop": 1420679852
        },
        {
            "start": 1420679853,
            "stop": 1420680084
        }
    ]
}