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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1699",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1697",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1698,
    "results": [
        {
            "start": 1249008152,
            "stop": 1249008384
        },
        {
            "start": 1249008387,
            "stop": 1249008928
        },
        {
            "start": 1249008931,
            "stop": 1249011820
        },
        {
            "start": 1249011823,
            "stop": 1249012394
        },
        {
            "start": 1249012397,
            "stop": 1249012489
        },
        {
            "start": 1249012492,
            "stop": 1249013152
        },
        {
            "start": 1249013155,
            "stop": 1249013473
        },
        {
            "start": 1249013479,
            "stop": 1249016084
        },
        {
            "start": 1249016087,
            "stop": 1249016645
        },
        {
            "start": 1249016648,
            "stop": 1249016947
        },
        {
            "start": 1249016950,
            "stop": 1249017036
        },
        {
            "start": 1249017039,
            "stop": 1249017243
        },
        {
            "start": 1249017246,
            "stop": 1249017607
        },
        {
            "start": 1249017610,
            "stop": 1249017849
        },
        {
            "start": 1249017852,
            "stop": 1249020254
        },
        {
            "start": 1249020257,
            "stop": 1249020715
        },
        {
            "start": 1249020723,
            "stop": 1249020727
        },
        {
            "start": 1249020730,
            "stop": 1249020869
        },
        {
            "start": 1249020872,
            "stop": 1249022413
        },
        {
            "start": 1249022416,
            "stop": 1249022959
        }
    ]
}