Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=249
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=248",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 249,
    "results": [
        {
            "start": 847492946,
            "stop": 847554965
        },
        {
            "start": 847602603,
            "stop": 847604936
        },
        {
            "start": 847605956,
            "stop": 847625045
        },
        {
            "start": 847640899,
            "stop": 847661527
        },
        {
            "start": 847702309,
            "stop": 847717970
        },
        {
            "start": 847718009,
            "stop": 847718010
        },
        {
            "start": 847718045,
            "stop": 847732803
        },
        {
            "start": 847736448,
            "stop": 847736945
        },
        {
            "start": 847737165,
            "stop": 847737304
        },
        {
            "start": 847737421,
            "stop": 847737433
        },
        {
            "start": 847737568,
            "stop": 847738153
        },
        {
            "start": 847738256,
            "stop": 847738631
        },
        {
            "start": 847738710,
            "stop": 847739229
        },
        {
            "start": 847739589,
            "stop": 847753393
        },
        {
            "start": 847756730,
            "stop": 847760287
        },
        {
            "start": 847775782,
            "stop": 847797133
        },
        {
            "start": 847798015,
            "stop": 847816792
        },
        {
            "start": 847818699,
            "stop": 847820781
        },
        {
            "start": 847821198,
            "stop": 847821249
        },
        {
            "start": 847822961,
            "stop": 847823069
        }
    ]
}