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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=193",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 194,
    "results": [
        {
            "start": 821665175,
            "stop": 821665216
        },
        {
            "start": 821665220,
            "stop": 821665234
        },
        {
            "start": 821665237,
            "stop": 821665246
        },
        {
            "start": 821665249,
            "stop": 821665252
        },
        {
            "start": 821665255,
            "stop": 821665261
        },
        {
            "start": 821665264,
            "stop": 821665269
        },
        {
            "start": 821665272,
            "stop": 821665284
        },
        {
            "start": 821665287,
            "stop": 821665293
        },
        {
            "start": 821665296,
            "stop": 821665300
        },
        {
            "start": 821665303,
            "stop": 821665312
        },
        {
            "start": 821665321,
            "stop": 821665327
        },
        {
            "start": 821665331,
            "stop": 821665332
        },
        {
            "start": 821665341,
            "stop": 821665342
        },
        {
            "start": 821665346,
            "stop": 821665358
        },
        {
            "start": 821665364,
            "stop": 821665370
        },
        {
            "start": 821665374,
            "stop": 821665376
        },
        {
            "start": 821665379,
            "stop": 821665380
        },
        {
            "start": 821665383,
            "stop": 821665401
        },
        {
            "start": 821665411,
            "stop": 821665418
        },
        {
            "start": 821665421,
            "stop": 821665428
        }
    ]
}