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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5059",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5060,
    "results": [
        {
            "start": 874607285,
            "stop": 874607332
        },
        {
            "start": 874607339,
            "stop": 874607403
        },
        {
            "start": 874607423,
            "stop": 874607433
        },
        {
            "start": 874607440,
            "stop": 874607441
        },
        {
            "start": 874607453,
            "stop": 874607459
        },
        {
            "start": 874607471,
            "stop": 874607478
        },
        {
            "start": 874607488,
            "stop": 874607493
        },
        {
            "start": 874607513,
            "stop": 874607528
        },
        {
            "start": 874607538,
            "stop": 874607554
        },
        {
            "start": 874607561,
            "stop": 874607590
        },
        {
            "start": 874607597,
            "stop": 874607611
        },
        {
            "start": 874607618,
            "stop": 874607636
        },
        {
            "start": 874607643,
            "stop": 874607662
        },
        {
            "start": 874607671,
            "stop": 874607674
        },
        {
            "start": 874607681,
            "stop": 874607698
        },
        {
            "start": 874607708,
            "stop": 874607710
        },
        {
            "start": 874607718,
            "stop": 874607751
        },
        {
            "start": 874607759,
            "stop": 874607782
        },
        {
            "start": 874607789,
            "stop": 874607802
        },
        {
            "start": 874607809,
            "stop": 874607811
        }
    ]
}