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=5770
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=5771",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5769",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5770,
    "results": [
        {
            "start": 874648386,
            "stop": 874648454
        },
        {
            "start": 874648457,
            "stop": 874648483
        },
        {
            "start": 874648487,
            "stop": 874648532
        },
        {
            "start": 874648535,
            "stop": 874648584
        },
        {
            "start": 874648587,
            "stop": 874648663
        },
        {
            "start": 874648666,
            "stop": 874648722
        },
        {
            "start": 874648725,
            "stop": 874648739
        },
        {
            "start": 874648743,
            "stop": 874648750
        },
        {
            "start": 874648753,
            "stop": 874648789
        },
        {
            "start": 874648792,
            "stop": 874648849
        },
        {
            "start": 874648852,
            "stop": 874648875
        },
        {
            "start": 874648878,
            "stop": 874648938
        },
        {
            "start": 874648942,
            "stop": 874648949
        },
        {
            "start": 874648952,
            "stop": 874648988
        },
        {
            "start": 874648994,
            "stop": 874649007
        },
        {
            "start": 874649011,
            "stop": 874649394
        },
        {
            "start": 874649399,
            "stop": 874649431
        },
        {
            "start": 874649434,
            "stop": 874649450
        },
        {
            "start": 874649453,
            "stop": 874649474
        },
        {
            "start": 874649477,
            "stop": 874649640
        }
    ]
}