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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=14",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 15,
    "results": [
        {
            "start": 1246048236,
            "stop": 1246111413
        },
        {
            "start": 1246137944,
            "stop": 1246141421
        },
        {
            "start": 1246141447,
            "stop": 1246165567
        },
        {
            "start": 1246168193,
            "stop": 1246224657
        },
        {
            "start": 1246236286,
            "stop": 1246250390
        },
        {
            "start": 1246259637,
            "stop": 1246282702
        },
        {
            "start": 1246286031,
            "stop": 1246297164
        },
        {
            "start": 1246310442,
            "stop": 1246360732
        },
        {
            "start": 1246367525,
            "stop": 1246367974
        },
        {
            "start": 1246372761,
            "stop": 1246418722
        },
        {
            "start": 1246453144,
            "stop": 1246545914
        },
        {
            "start": 1246548159,
            "stop": 1246548710
        },
        {
            "start": 1246558495,
            "stop": 1246588985
        },
        {
            "start": 1246591134,
            "stop": 1246646477
        },
        {
            "start": 1246655291,
            "stop": 1246703637
        },
        {
            "start": 1246708574,
            "stop": 1246712136
        },
        {
            "start": 1246752405,
            "stop": 1246754210
        },
        {
            "start": 1246757176,
            "stop": 1246779836
        },
        {
            "start": 1246780057,
            "stop": 1246808379
        },
        {
            "start": 1246808432,
            "stop": 1246812413
        }
    ]
}