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=5765
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=5766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5764",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5765,
    "results": [
        {
            "start": 874642980,
            "stop": 874643057
        },
        {
            "start": 874643061,
            "stop": 874643092
        },
        {
            "start": 874643095,
            "stop": 874643178
        },
        {
            "start": 874643181,
            "stop": 874643258
        },
        {
            "start": 874643261,
            "stop": 874643309
        },
        {
            "start": 874643312,
            "stop": 874643318
        },
        {
            "start": 874643321,
            "stop": 874643325
        },
        {
            "start": 874643329,
            "stop": 874643358
        },
        {
            "start": 874643361,
            "stop": 874643439
        },
        {
            "start": 874643443,
            "stop": 874643570
        },
        {
            "start": 874643573,
            "stop": 874643662
        },
        {
            "start": 874643669,
            "stop": 874643805
        },
        {
            "start": 874643809,
            "stop": 874643814
        },
        {
            "start": 874643817,
            "stop": 874643964
        },
        {
            "start": 874643967,
            "stop": 874644004
        },
        {
            "start": 874644007,
            "stop": 874644017
        },
        {
            "start": 874644021,
            "stop": 874644054
        },
        {
            "start": 874644057,
            "stop": 874644065
        },
        {
            "start": 874644069,
            "stop": 874644156
        },
        {
            "start": 874644159,
            "stop": 874644198
        }
    ]
}