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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=142",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 143,
    "results": [
        {
            "start": 1417616595,
            "stop": 1417618255
        },
        {
            "start": 1417618260,
            "stop": 1417624001
        },
        {
            "start": 1417624006,
            "stop": 1417629709
        },
        {
            "start": 1417629714,
            "stop": 1417639934
        },
        {
            "start": 1417639938,
            "stop": 1417640826
        },
        {
            "start": 1417640830,
            "stop": 1417641281
        },
        {
            "start": 1417643512,
            "stop": 1417644561
        },
        {
            "start": 1417644566,
            "stop": 1417644590
        },
        {
            "start": 1417716852,
            "stop": 1417718179
        },
        {
            "start": 1417718183,
            "stop": 1417718972
        },
        {
            "start": 1417718977,
            "stop": 1417719078
        },
        {
            "start": 1417719083,
            "stop": 1417719252
        },
        {
            "start": 1417761119,
            "stop": 1417761649
        },
        {
            "start": 1417761654,
            "stop": 1417764967
        },
        {
            "start": 1417764972,
            "stop": 1417766071
        },
        {
            "start": 1417766076,
            "stop": 1417770359
        },
        {
            "start": 1417778166,
            "stop": 1417782642
        },
        {
            "start": 1417782645,
            "stop": 1417785198
        },
        {
            "start": 1417811066,
            "stop": 1417811201
        },
        {
            "start": 1417811206,
            "stop": 1417815032
        }
    ]
}