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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=877",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=875",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 876,
    "results": [
        {
            "start": 968357564,
            "stop": 968357567
        },
        {
            "start": 968357574,
            "stop": 968357575
        },
        {
            "start": 968357581,
            "stop": 968357598
        },
        {
            "start": 968357604,
            "stop": 968358596
        },
        {
            "start": 968358602,
            "stop": 968362443
        },
        {
            "start": 968362870,
            "stop": 968363584
        },
        {
            "start": 968363590,
            "stop": 968363630
        },
        {
            "start": 968363636,
            "stop": 968363641
        },
        {
            "start": 968363647,
            "stop": 968363650
        },
        {
            "start": 968363656,
            "stop": 968363734
        },
        {
            "start": 968363740,
            "stop": 968363741
        },
        {
            "start": 968363768,
            "stop": 968363773
        },
        {
            "start": 968363779,
            "stop": 968363809
        },
        {
            "start": 968363815,
            "stop": 968363820
        },
        {
            "start": 968363825,
            "stop": 968363845
        },
        {
            "start": 968363851,
            "stop": 968363866
        },
        {
            "start": 968370887,
            "stop": 968375775
        },
        {
            "start": 968385178,
            "stop": 968406760
        },
        {
            "start": 968406766,
            "stop": 968411247
        },
        {
            "start": 968411871,
            "stop": 968414634
        }
    ]
}