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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=29",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 30,
    "results": [
        {
            "start": 931672028,
            "stop": 931672030
        },
        {
            "start": 931672289,
            "stop": 931672292
        },
        {
            "start": 931672333,
            "stop": 931672336
        },
        {
            "start": 931672355,
            "stop": 931672366
        },
        {
            "start": 931672386,
            "stop": 931672393
        },
        {
            "start": 931672419,
            "stop": 931672433
        },
        {
            "start": 931672488,
            "stop": 931672491
        },
        {
            "start": 931672510,
            "stop": 931672511
        },
        {
            "start": 931672898,
            "stop": 931672906
        },
        {
            "start": 931673145,
            "stop": 931673147
        },
        {
            "start": 931673566,
            "stop": 931673575
        },
        {
            "start": 931673784,
            "stop": 931673788
        },
        {
            "start": 931674525,
            "stop": 931674526
        },
        {
            "start": 931675121,
            "stop": 931675123
        },
        {
            "start": 931675236,
            "stop": 931675243
        },
        {
            "start": 931675351,
            "stop": 931675356
        },
        {
            "start": 931675438,
            "stop": 931675440
        },
        {
            "start": 931675579,
            "stop": 931675590
        },
        {
            "start": 931675647,
            "stop": 931675666
        },
        {
            "start": 931675740,
            "stop": 931675742
        }
    ]
}