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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=143",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 144,
    "results": [
        {
            "start": 1239936551,
            "stop": 1239936670
        },
        {
            "start": 1239936671,
            "stop": 1239936790
        },
        {
            "start": 1239936791,
            "stop": 1239936910
        },
        {
            "start": 1239936911,
            "stop": 1239937030
        },
        {
            "start": 1239937031,
            "stop": 1239937150
        },
        {
            "start": 1239937151,
            "stop": 1239937270
        },
        {
            "start": 1239937271,
            "stop": 1239937390
        },
        {
            "start": 1239937391,
            "stop": 1239937510
        },
        {
            "start": 1239937511,
            "stop": 1239937630
        },
        {
            "start": 1239937631,
            "stop": 1239937750
        },
        {
            "start": 1239937751,
            "stop": 1239937870
        },
        {
            "start": 1239937871,
            "stop": 1239937990
        },
        {
            "start": 1239937991,
            "stop": 1239938110
        },
        {
            "start": 1239938111,
            "stop": 1239938230
        },
        {
            "start": 1239938231,
            "stop": 1239938350
        },
        {
            "start": 1239938351,
            "stop": 1239938470
        },
        {
            "start": 1239938471,
            "stop": 1239938590
        },
        {
            "start": 1239938591,
            "stop": 1239938710
        },
        {
            "start": 1239938711,
            "stop": 1239938830
        },
        {
            "start": 1239938831,
            "stop": 1239938950
        }
    ]
}