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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=279",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 280,
    "results": [
        {
            "start": 1177592816,
            "stop": 1177593965
        },
        {
            "start": 1177593966,
            "stop": 1177593967
        },
        {
            "start": 1177593972,
            "stop": 1177593999
        },
        {
            "start": 1177594004,
            "stop": 1177594102
        },
        {
            "start": 1177594103,
            "stop": 1177594265
        },
        {
            "start": 1177594266,
            "stop": 1177594984
        },
        {
            "start": 1177594985,
            "stop": 1177594997
        },
        {
            "start": 1177594998,
            "stop": 1177595047
        },
        {
            "start": 1177595048,
            "stop": 1177597287
        },
        {
            "start": 1177597289,
            "stop": 1177597382
        },
        {
            "start": 1177597383,
            "stop": 1177599106
        },
        {
            "start": 1177599110,
            "stop": 1177599217
        },
        {
            "start": 1177599791,
            "stop": 1177601521
        },
        {
            "start": 1177601525,
            "stop": 1177605616
        },
        {
            "start": 1177605617,
            "stop": 1177605641
        },
        {
            "start": 1177605642,
            "stop": 1177606840
        },
        {
            "start": 1177606841,
            "stop": 1177606927
        },
        {
            "start": 1177606929,
            "stop": 1177606931
        },
        {
            "start": 1177606932,
            "stop": 1177606935
        },
        {
            "start": 1177606936,
            "stop": 1177607276
        }
    ]
}