Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=32",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 33,
    "results": [
        {
            "start": 815752677,
            "stop": 815756912
        },
        {
            "start": 815757032,
            "stop": 815757537
        },
        {
            "start": 815757540,
            "stop": 815758913
        },
        {
            "start": 815759033,
            "stop": 815761113
        },
        {
            "start": 815761233,
            "stop": 815761260
        },
        {
            "start": 815761423,
            "stop": 815761946
        },
        {
            "start": 815762066,
            "stop": 815762072
        },
        {
            "start": 815762192,
            "stop": 815762619
        },
        {
            "start": 815762621,
            "stop": 815763330
        },
        {
            "start": 815763390,
            "stop": 815764492
        },
        {
            "start": 815764495,
            "stop": 815765345
        },
        {
            "start": 815765346,
            "stop": 815765562
        },
        {
            "start": 815765566,
            "stop": 815766313
        },
        {
            "start": 815766316,
            "stop": 815766569
        },
        {
            "start": 815776688,
            "stop": 815776950
        },
        {
            "start": 815777010,
            "stop": 815778388
        },
        {
            "start": 815778391,
            "stop": 815779676
        },
        {
            "start": 815780026,
            "stop": 815781636
        },
        {
            "start": 815781639,
            "stop": 815782250
        },
        {
            "start": 815782253,
            "stop": 815782499
        }
    ]
}