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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=99",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 100,
    "results": [
        {
            "start": 832882831,
            "stop": 832882840
        },
        {
            "start": 832884517,
            "stop": 832884946
        },
        {
            "start": 832884952,
            "stop": 832885930
        },
        {
            "start": 832885936,
            "stop": 832886354
        },
        {
            "start": 832886360,
            "stop": 832886566
        },
        {
            "start": 832886571,
            "stop": 832887253
        },
        {
            "start": 832887259,
            "stop": 832888154
        },
        {
            "start": 832888160,
            "stop": 832888218
        },
        {
            "start": 832888223,
            "stop": 832889590
        },
        {
            "start": 832889595,
            "stop": 832889624
        },
        {
            "start": 832889632,
            "stop": 832921387
        },
        {
            "start": 832921393,
            "stop": 832921396
        },
        {
            "start": 832921403,
            "stop": 832923517
        },
        {
            "start": 832923524,
            "stop": 832923583
        },
        {
            "start": 832927446,
            "stop": 832932681
        },
        {
            "start": 832932760,
            "stop": 832950598
        },
        {
            "start": 832955090,
            "stop": 833007533
        },
        {
            "start": 833011436,
            "stop": 833034141
        },
        {
            "start": 833034148,
            "stop": 833035634
        },
        {
            "start": 833051246,
            "stop": 833051362
        }
    ]
}