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=1672
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=1673",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1671",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1672,
    "results": [
        {
            "start": 1248700121,
            "stop": 1248700336
        },
        {
            "start": 1248700339,
            "stop": 1248700534
        },
        {
            "start": 1248700535,
            "stop": 1248701368
        },
        {
            "start": 1248701371,
            "stop": 1248703464
        },
        {
            "start": 1248703467,
            "stop": 1248703649
        },
        {
            "start": 1248703652,
            "stop": 1248704235
        },
        {
            "start": 1248704238,
            "stop": 1248704480
        },
        {
            "start": 1248704483,
            "stop": 1248704507
        },
        {
            "start": 1248704509,
            "stop": 1248706233
        },
        {
            "start": 1248706236,
            "stop": 1248706915
        },
        {
            "start": 1248706916,
            "stop": 1248706971
        },
        {
            "start": 1248706974,
            "stop": 1248708631
        },
        {
            "start": 1248708634,
            "stop": 1248708895
        },
        {
            "start": 1248708898,
            "stop": 1248710615
        },
        {
            "start": 1248710623,
            "stop": 1248710628
        },
        {
            "start": 1248710631,
            "stop": 1248711427
        },
        {
            "start": 1248711435,
            "stop": 1248711443
        },
        {
            "start": 1248711446,
            "stop": 1248711493
        },
        {
            "start": 1248711496,
            "stop": 1248713950
        },
        {
            "start": 1248713953,
            "stop": 1248714461
        }
    ]
}