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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5619",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5617",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5618,
    "results": [
        {
            "start": 874456309,
            "stop": 874456334
        },
        {
            "start": 874456337,
            "stop": 874456382
        },
        {
            "start": 874456385,
            "stop": 874456492
        },
        {
            "start": 874456497,
            "stop": 874456510
        },
        {
            "start": 874456513,
            "stop": 874456676
        },
        {
            "start": 874456679,
            "stop": 874456743
        },
        {
            "start": 874456746,
            "stop": 874456851
        },
        {
            "start": 874456860,
            "stop": 874456905
        },
        {
            "start": 874456909,
            "stop": 874456946
        },
        {
            "start": 874456949,
            "stop": 874457041
        },
        {
            "start": 874457048,
            "stop": 874457052
        },
        {
            "start": 874457055,
            "stop": 874457076
        },
        {
            "start": 874457079,
            "stop": 874457083
        },
        {
            "start": 874457086,
            "stop": 874457124
        },
        {
            "start": 874457127,
            "stop": 874457182
        },
        {
            "start": 874457186,
            "stop": 874457272
        },
        {
            "start": 874457275,
            "stop": 874457459
        },
        {
            "start": 874457463,
            "stop": 874457577
        },
        {
            "start": 874457581,
            "stop": 874457717
        },
        {
            "start": 874457720,
            "stop": 874457805
        }
    ]
}