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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=54",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 55,
    "results": [
        {
            "start": 1129269495,
            "stop": 1129271167
        },
        {
            "start": 1129271168,
            "stop": 1129271203
        },
        {
            "start": 1129271204,
            "stop": 1129271721
        },
        {
            "start": 1129271722,
            "stop": 1129287230
        },
        {
            "start": 1129287231,
            "stop": 1129287696
        },
        {
            "start": 1129287697,
            "stop": 1129287707
        },
        {
            "start": 1129287708,
            "stop": 1129287784
        },
        {
            "start": 1129287785,
            "stop": 1129287819
        },
        {
            "start": 1129287821,
            "stop": 1129288107
        },
        {
            "start": 1129288108,
            "stop": 1129294877
        },
        {
            "start": 1129294937,
            "stop": 1129298400
        },
        {
            "start": 1129298520,
            "stop": 1129298580
        },
        {
            "start": 1129298640,
            "stop": 1129298820
        },
        {
            "start": 1129298940,
            "stop": 1129300740
        },
        {
            "start": 1129300860,
            "stop": 1129301040
        },
        {
            "start": 1129301100,
            "stop": 1129302900
        },
        {
            "start": 1129302960,
            "stop": 1129303080
        },
        {
            "start": 1129303140,
            "stop": 1129303320
        },
        {
            "start": 1129303380,
            "stop": 1129304040
        },
        {
            "start": 1129304100,
            "stop": 1129305240
        }
    ]
}