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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46842",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46840",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46841,
    "results": [
        {
            "start": 875136856,
            "stop": 875136881
        },
        {
            "start": 875136884,
            "stop": 875136885
        },
        {
            "start": 875136886,
            "stop": 875136893
        },
        {
            "start": 875136896,
            "stop": 875136912
        },
        {
            "start": 875136913,
            "stop": 875136917
        },
        {
            "start": 875136918,
            "stop": 875136927
        },
        {
            "start": 875136930,
            "stop": 875136937
        },
        {
            "start": 875136938,
            "stop": 875136939
        },
        {
            "start": 875136942,
            "stop": 875136991
        },
        {
            "start": 875136994,
            "stop": 875137027
        },
        {
            "start": 875137029,
            "stop": 875137104
        },
        {
            "start": 875137105,
            "stop": 875137159
        },
        {
            "start": 875137162,
            "stop": 875137176
        },
        {
            "start": 875137178,
            "stop": 875137212
        },
        {
            "start": 875137216,
            "stop": 875137217
        },
        {
            "start": 875137221,
            "stop": 875137261
        },
        {
            "start": 875137263,
            "stop": 875137313
        },
        {
            "start": 875137316,
            "stop": 875137373
        },
        {
            "start": 875137376,
            "stop": 875137382
        },
        {
            "start": 875137383,
            "stop": 875137411
        }
    ]
}